-1

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.

skaffman
  • 398,947
  • 96
  • 818
  • 769
Shadi
  • 649
  • 3
  • 15
  • 30

1 Answers1

4

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.
  • 2,788
  • 2
  • 27
  • 29