Tagged Questions
0
votes
1answer
327 views
How to build “lzma sdk” on Linux
I want to use 7-zip archive for my application and for that i download lzma sdk. Trying to build on Linux (Debian) but can't find how. I looking in lzma.txt but I can't understand how complete the ...
0
votes
1answer
4k views
How to use the 7z SDK to compress and decompress a file
According to this link How do I create 7-Zip archives with .NET? , WOPR tell us how to compress a file with LMZA (7z compression algorithm) using 7z SDK ( http://www.7-zip.org/sdk.html )
using ...
1
vote
3answers
690 views
Make Custom Self-Extractor
I'll explain what I want, and then I'll explain how I'm trying to achieve it. I want to know if I'm gonig about this the right way, or if there is something much easier.
What I want: a ...
2
votes
2answers
3k views
Using LZMA SDK in C++
I am trying to use LZMA SDK to compress a file in my program. I have download the SDK but I don't know how to use it. Can anyone tell me what steps I need to take to make this work? Any help would be ...