UNZIP the generic l2h into $HOME. Put jpeg-6b.zip and netpbm-10.18.18.zip in $HOME. Then in a terminal: Note: Please replace /home/facstaff/dommelen below with whatever the command echo $HOME produces. tcsh cd mkdir tmp cd tmp unzip -q ../jpeg-6b.zip unzip -q ../netpbm-10.18.18.zip cd jpeg-6b/ ./configure make cp libjpeg.a ~/tmp cd ../netpbm-10.18.18/ ./configure Platform [gnu] ==> regular or merge [regular] ==> static or shared [shared] ==> static library filename or 'none' [libjpeg.so] ==> /home/facstaff/dommelen/tmp/libjpeg.a JPEG header directory [default] ==> /home/facstaff/dommelen/tmp/jpeg-6b library filename or 'none' [libtiff.so] ==> none library filename or 'none' [libpng.so] ==> none library filename or 'none' [libz.so] ==> none Svgalib header location (none)=> Documentation URL [http://netpbm.sourceforge.net/doc/] ==> cd converter/other/ make bmptopnm make giftopnm make jpegtopnm make pnmtojpeg make pnmtops mv anytopnm jpegtopnm giftopnm pnmtops ~/l2h/bin mv bmptopnm ~/l2h/bin/bmptoppm mv pnmtojpeg ~/l2h/bin/ppmtojpeg cd ../ppm make ppmtobmp make ppmtogif mv ppmtobmp ppmtogif ~/l2h/bin cd ../../generator make pbmmake mv pbmmake ~/l2h/bin/ cd ../editor make pamflip make pnmcat make pnmcrop make pnmflip make pnmremap mv pamflip pnmcat pnmcrop pnmflip pnmremap ~/l2h/bin cd ../other make pnmcolormap mv pnmcolormap ~/l2h/bin/ cd ../analyzer make pamfile mv pamfile ~/l2h/bin/pnmfile NOTE: djpeg, cjpeg, jpegtran, jpegtopnm and pnmtojpeg in deb6-32 and deb6-64 are based on jpeg-9 and netpbm 10.47.45. The rest, including ppmtojpeg (a rename of pnmtojpeg), are based in jpeg-6b and netpbm 10.18.18. NOTE: For jpeg-9, unlike jpeg-6b, libjpeg.a is in the .libs subfolder. NOTE: To compile static versions of djpeg, cjpeg, and jpegtran using jpeg-9 use './configure --disable-shared'. To make them truly static (no system libraries either), use './configure --disable-shared LDFLAGS=--static' NOTE: To get truly statically linked netpbm programs, (no system libraries either), need to go into Makefiles and add --static to the relevant compile commands.