Skip to content

Instantly share code, notes, and snippets.

View stagfoo's full-sized avatar
🎨
Do I Dream of Electric Bugs

Alex King stagfoo

🎨
Do I Dream of Electric Bugs
View GitHub Profile
@stagfoo
stagfoo / install-cockatrice.sh
Created April 23, 2017 08:33 — forked from skwerlman/install-cockatrice.sh
install cockatrice bleeding-edge on xubuntu
#!/usr/bin/env bash
sudo true || (echo "fatal: Root is needed to perform an upgrade!" & kill $$)
sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get -y install git libprotobuf-dev protobuf-compiler qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev qt5-default qttools5-dev-tools qttools5-dev qtmultimedia5-dev libqt5svg5-dev cmake
cd ~
git clone git://github.com/Daenyth/Cockatrice
cd Cockatrice
mkdir build
cd build