Skip to content

Instantly share code, notes, and snippets.

@ZeldaZach
Last active September 23, 2015 07:48
Show Gist options
  • Select an option

  • Save ZeldaZach/e9e00901a600f9e26b4e to your computer and use it in GitHub Desktop.

Select an option

Save ZeldaZach/e9e00901a600f9e26b4e to your computer and use it in GitHub Desktop.
Quick Build mac
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)";
brew install qt5
cd ~/Desktop;
git clone https://github.com/Cockatrice/Cockatrice.git;
cd Cockatrice;
mkdir -p build;
cd build;
cmake .. -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.5.0/;
mv release/cockatrice.app ~/Desktop/cockatrice.app;
mv release/oracle.app ~/Desktop/oracle.app;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment