# Note: depends on util-macros # Note: depends on autoconf # Note: depends on automake # Note: depends on libtool # Note: depends on xorg-server wget -c https://cgit.freedesktop.org/nouveau/xf86-video-nouveau/snapshot/xf86-video-nouveau-1.0.15.tar.xz tar -xJf xf86-video-nouveau-1.0.15.tar.xz cd xf86-video-nouveau-1.0.15 NOCONFIGURE=1 ./autogen.sh mkdir -p build cd build ../configure --prefix="/usr" make # Doesn't mind -j# make install