Search code examples
c#visual-studio-2010sharpziplib

Install SharpZipLib to extract targz file


I download Sharpziplib, but i'm unable to install it for C#. I didn't find the DLL. I'm lost with this Library and visualStudio, the sharpziplib contains just batchfile and source.

Anyone can help me to install it ?


Solution

  • Simply extract the zip-file and open the SharpZipAll.sln in you VisualStudio. Build The ICSharpCode.SharpZLib Project and you find the Dll in the Bin-Folder. Now you can add this Dll as a reference in your project and use it.

    Here you find sample how:

    https://github.com/icsharpcode/SharpZipLib/wiki/Zip-Samples