Created
September 10, 2015 16:23
-
-
Save tadiou/67c7ea84bf27483cb829 to your computer and use it in GitHub Desktop.
Installing Cockatrice on Ubuntu 15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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