No description
- C++ 83.1%
- CMake 12%
- Shell 4.9%
Summary: Context was being created and destroyed in "bind()" function Reviewers: rodrigo.golive Reviewed By: rodrigo.golive Differential Revision: http://phabricator.dbolabs.com/D23 |
||
|---|---|---|
| database/scripts | ||
| scripts | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
| README.md | ||
survivalserver
I know, we need a better name
Dependencies
boost boost-libraries postgre-sql (database and libraries) zmq
Building:
Run (in the root directory):
mkdir build cd build cmake .. make
Database:
To create all tables needed by the game run:
scripts/create-tables
To insert test data, run:
scripts/insert-data
These scripts assume you have a proper installed and running postgre database and access to postgres user account.