wget -c http://leptonica.org/source/leptonica-1.80.0.tar.gz tar -xzf leptonica-1.80.0.tar.gz cd leptonica-1.80.0 mkdir -p build cd build ../configure --prefix="/usr" make # Doesn't mind -j# make install