====== libjpeg ====== * first install [[libtool]] * download source from http://www.ijg.org/ cp /usr/local/share/libtool/config.sub . cp /usr/local/share/libtool/config.guess . ./configure --prefix=/usr/local --enable-static --enable-shared make sudo make install