tags:

views:

112

answers:

2

Hello everyone.

I need to compile the C++ implementation of LZMA (7Z). Does anybody know how to do that? where should I download it from?

Thanks so much in advance.

+2  A: 

google "7zip source codes" pick first link.

please google first.

Andrey
Hi, thanks for your help.I did that. However, I have some problems yet. Actually I want to debug the code and I do not know how to start and which code exactly should I download. thanks again.
Shadi
what is your ultimate goal? go to http://www.7-zip.org/download.html download 7-Zip Source coderead docs, then open by Visual Studio, or whatever. make file included.
Andrey
+1  A: 

Get LZMA SDK, read lzma.txt and take a look at LzmaUtil.c if you don't like C there is some C++ sources there too.

fn