# Note: depends on Python2
# Note: depends on libxslt
# Note: depends on xcb-proto
# Note: depends on libpthread-stubs
# Note: depends on libXau
wget -c https://xcb.freedesktop.org/dist/libxcb-1.13.tar.bz2
tar -xjf libxcb-1.13.tar.bz2
cd libxcb-1.13
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install