Server for CaribeanFight game located here https://github.com/sunwaylive/MiniGame
Boost 1.60.0: in ./3rd folder, *.a is build for Mac OS, for your platform, you should build boost and replace the libraries
- goto PROJECT_DIR, run "mkdir build"
- go into build, run "cmake .."
- make
The executable will be generated in PROJECT_DIR/bin
- goto PROJECT_DIR, run "make"