Skip to content

Instantly share code, notes, and snippets.

@tadiou
Created September 10, 2015 16:23
Show Gist options
  • Save tadiou/67c7ea84bf27483cb829 to your computer and use it in GitHub Desktop.
Save tadiou/67c7ea84bf27483cb829 to your computer and use it in GitHub Desktop.
Installing Cockatrice on Ubuntu 15
Dependencies
sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update
build-essential g++ qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev
qt5-default
libqt5-dev
qt5-qtbase qt5-qtsvg qt5-qttranslations
qttools5-dev*
qtmultimedia5-dev
libqt5svg5*
then ->
follow the rest
cmake ..
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment