# Note: depends on pkg-config
# Note: depends on curl
# Note: depends on git
# Note: depends on cmake
# Note: depends on mesa
# Note: depends on SDL2
# Note: depends on qt
git clone https://github.com/citra-emu/citra.git --recursive
cd citra
git checkout ed2ff8df85a260767f20
mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
make # Doesn't mind -j#
make install