Created
August 8, 2011 18:27
-
-
Save apathyboy/1132365 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # apt-get installed deps | |
| sudo apt-get install gcc-4.6 python3.2-dev libbz2-dev libmysqlclient-dev libgtest-dev google-mock libgoogle-glog-dev libtbb-dev libglm-dev libboost-all-dev git-core unzip cmake | |
| # mysql connector cpp | |
| git clone https://github.com/anhstudios/mysql-connector-cpp.git | |
| cd mysql-connector-cpp | |
| cmake . | |
| make | |
| sudo make install | |
| # check out and build source | |
| git clone https://github.com/anhstudios/swganh.git | |
| mkdir swganh/build | |
| cd swganh/build | |
| cmake .. | |
| make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment