tiff
Resource
- FTP site
ftp://ftp.onshore.com/pub/libtiff/
ftp://ftp.sgi.com/graphics/tiff/
- Web site
-
http://www.libtiff.org/
Pre-requisite
- Required: None
- Optional: None
tiff-3.5.5
% wget http://www.libtiff.org/tiff-v3.5.5.tar.gz
% gtar zxvf tiff-v3.5.5.tar.gz
% cd tiff-v3.5.5
% ./configure |& tee CONFIG_LOG
% make >& MAKE_LOG
% su
# make install >& MAKE_INST_LOG
tiff-3.5.2
% wget http://www.libtiff.org/tiff-v3.5.2.tar.gz
% gtar zxvf tiff-v3.5.2.tar.gz
% cd tiff-v3.5.2
% ./configure |& tee CONFIG_LOG
% make >& MAKE_LOG
% su
# make install >& MAKE_INST_LOG
tiff-v3.4beta037
% gtar zxvf tiff-v3.4beta037-tar.gz
% cd tiff-v3.4beta037
% ./configure
Answer "yes" to the question
% make
% su
# make install