Skip to content

Instantly share code, notes, and snippets.

@number5
Created October 31, 2013 14:35
Show Gist options
  • Save number5/7250865 to your computer and use it in GitHub Desktop.
Save number5/7250865 to your computer and use it in GitHub Desktop.
How to compile MultiMC5 on OS X Mountain Lion (should work for 10.6/10.7)
- install homebrew
- brew install qt5
- brew tap homebrew/versions
- brew install gcc48
- brew install cmake
- export CMAKE_PREFIX_PATH=/usr/local/opt/qt5
- cd MultiMC5
- mkdir build
- cd build
- export CC=/usr/local/bin/gcc-4.8
- export CXX=/usr/local/bin/g++-4.8
- cmake ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment