Skip to content

Instantly share code, notes, and snippets.

@StefanRvO
Created November 8, 2020 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StefanRvO/93604328b86745afe48af2fa5dc7d1e7 to your computer and use it in GitHub Desktop.
Save StefanRvO/93604328b86745afe48af2fa5dc7d1e7 to your computer and use it in GitHub Desktop.
sudo pacman -S python boost qt5 gst-plugins-bad gst-plugins-bad-libs gst-plugins-base gst-plugins-base-libs gst-plugins-good gst-plugins-ugly cmake squashfuse git
git clone https://github.com/MusicQuizCPP/Music-Quiz_CPP
cd Music-Quiz_CPP
git submodule init && git submodule update
cmake . -B out
VERBOSE=1 cmake --build out --config Release -j2
./out/bin/MusicQuizGUI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment