# Note: depends on bison # Note: depends on automake # Note: depends on autoconf # Note: depends on libtool # Note: depends on texinfo wget -c http://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.7.tar.bz2 tar -xjf gpm-1.20.7.tar.bz2 cd gpm-1.20.7 ./autogen.sh ./configure --prefix="/usr" --sysconfdir="/etc" # doesn't like separate build directory make # Doesn't mind -j# make install