# Note: depends on mesa wget -c ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.0.tar.bz2 tar -xjf glu-9.0.0.tar.bz2 cd glu-9.0.0 mkdir -p build cd build ../configure --prefix="/usr" make # Doesn't mind -j# make install