C++ multi platform game server libraries.
git submodule update --init --recursive
or
git pull --recurse-submodules
- mac
- brew install boost jsoncpp protobuf
- ubuntu
- sudo apt-get install libboost-all-dev libjsoncpp-dev libprotobuf-dev
- ...
It's pretty hard to cmake detects dependencies automatically.
- BOOST_ROOT - root path of boost library
- JSONCPP_INCLUDE_DIR_ROOT - include path of jsoncpp
- JSONCPP_LIBRARY - release ".lib" file path of jsoncpp
- JSONCPP_LIBRARY_DEBUG - debug ".lib" file path of jsoncpp
- refer to cmake::FindProtobuf
- Boost
- Jsoncpp
- JsonValueCaster
- Google Protobuf