$ cd lzo-2.05
$ ./configure
〜
LZO configuration summary
-------------------------
LZO version : 2.05
configured for host : powerpc-apple-darwin8.11.0
source code location : .
compiler : gcc
preprocessor definitions : -DLZO_HAVE_CONFIG_H=1
preprocessor flags :
compiler flags : -g -O2
build static library : yes
build shared library : no
enable i386 assembly code : no
LZO 2.05 configured.
Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer
All Rights Reserved.
The LZO library is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
The LZO library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Markus F.X.J. Oberhumer
http://www.oberhumer.com/opensource/lzo/
Type `make' to build LZO. Type `make install' to install LZO.
After installing LZO, please read the accompanied documentation.
$ make
$ make check
〜
All checks passed.
$ make test
〜
All tests passed. Now you are ready to install LZO.
$ sudo make install