7zip - Ho to setup and use the LZMA compression algorithm SDK -


making research on net, found 1 of recent, optimized , high-performance algorithms data compression, in term of compression ratio , decompression time lzma algorithm. it's supported in many popular software winrar, winzip, , 7-zip (by default).

i have found lzma sdk here http://www.7-zip.org/sdk.html haven't found way install in windows or use source code provided (examples).

for example : in doc ==> 7cc.txt : there test applications called 7zmain.c there no such file in sdk folder ... command 7z.exe or 7z in cmd won't work !!!

note : have installed latest version of 7-zip 15.14

any suggestions ... thanks

in lzma sdk , found file lzmautil.slnthat can run in visual studio.

after building solution can either add arguments in visual studio or run command line

usage:  lzma <e|d> inputfile outputfile   e: encode file   d: decode file 

Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -