|P|I|X|O| - Thumb nailed HTML based image indexing -------------------------------------------------- short answers: -------------- 1. Install DevIL from http://www.imagelib.org 2. Insatll PIXO tar -xvf pixo.tar cd pixo-x.x make make install pixo -help long answers: ------------- requires: DevIL - opensource image library [ specifically libIL.so and libILU.so ] please download it from http://www.imagelib.org [ imagelib depends on libjpeg, libpng, libtiff, libz ] building: untar pixo.tar ( tar -xvf pizo.tar ), which will create a directory "pixo-x.x" where x.x is the version. change directory to "pixo-x.x" ( cd pixo-x.x )and just run "make" or use the compile line $g++ main.cpp page.cpp files.cpp image.cpp boxfit.cpp options.cpp -lIL -lILU installing: running "make install" will install pixo in /usr/loal/bin If you dont have write permissions to /usr/local/bin just copy "pixo" to a directory where you have permissions running: $pixo -help to see all the available options $pixoif you run pixo without any arguments it will look for any image files in the current (".") directory bugs/comments: kishan@hackorama.com flames: /dev/null latest version: http://www.hackorama.com/pixo/ ----------------------------------------------------------- kishan@hackorama.com ( http://www.hackorama.com ) 2001 JUNE