4593273 [rkeene@sledge /home/rkeene/projects/build]$ cat lzo1.txt
# COMPILE REQUIREMENT: gcc

# SHORT DESC: Fast Compression Library
# LONG DESC: LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed.

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-shared --enable-static --libdir="$libdir" && \
make && \
${installmonitor} make install || exit 1

# DEPENDED ON BY: tinc
4593274 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:38:46