Difference between revisions of "Lzma"

From CBLFS
Jump to navigationJump to search
(initial page creation)
 
 
Line 2: Line 2:
 
|-valign="top"
 
|-valign="top"
 
!Download Source:
 
!Download Source:
| http://tukaani.org/lzma/lzma-4.32.0beta4.tar.gz
+
| http://tukaani.org/lzma/lzma-{{Lzma-Version}}.tar.gz
 
|}
 
|}
  

Latest revision as of 09:14, 21 October 2008

Download Source: http://tukaani.org/lzma/lzma-4.32.7.tar.gz

Introduction to Lzma

The LZMA package contains the Lempel-Ziv-Markov Algorithm compression utilities

Project Homepage: http://tukaani.org/lzma/

Dependencies

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install