Skip to content

Instantly share code, notes, and snippets.

@apathyboy
Created August 8, 2011 18:27
Show Gist options
  • Select an option

  • Save apathyboy/1132365 to your computer and use it in GitHub Desktop.

Select an option

Save apathyboy/1132365 to your computer and use it in GitHub Desktop.
# 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