Packages needed on Ubuntu:
SFML
libsfml-dev
Protobuf
libprotobuf-dev
protobuf-compiler
- mkdir install
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX=../install ..
- make install
- cd ..
Get Google cpplint:
- pip install cpplint
Check:
- cpplint --recursive client engine server shared