wget -c http://www.x.org/releases/individual/proto/xproto-7.0.31.tar.bz2
tar -xjf xproto-7.0.31.tar.bz2
cd xproto-7.0.31
mkdir -p build
cd build
../configure --prefix="/usr"
make install