Created
October 31, 2013 14:35
-
-
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)
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
- 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