wget -c http://www.x.org/releases/X11R7.7/src/proto/scrnsaverproto-1.2.2.tar.bz2 tar -xjf scrnsaverproto-1.2.2.tar.bz2 cd scrnsaverproto-1.2.2 mkdir build cd build ../configure --prefix="/usr" make install