Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pukoren/exploot-server

The Exploot MMO game server
https://github.com/pukoren/exploot-server

Last synced: 25 days ago
JSON representation

The Exploot MMO game server

Awesome Lists containing this project

README

        

exploot-server
==============

The Exploot MMO game server

## Submodules
Clone repo and then run ```git submodule update --init``` to fetch latest version of exploot-protobuf.
Then go to the ```submodules/exploot-protobuf``` folder and run ```build.sh```

## Dependencies
### Arch Linux
```bash
pacman -S mysql-connector-c++ bullet enet protobuf-c
```

### Windows
Everything is versioned because it is hard to maintain. If you want to update libs I'll be happy to take your PR.

## MariaDB
You have to import SQL script located in ```sql``` folder inside your database. Then update your DB informations inside ```include/config.h```

## Compile
```bash
mkdir build
cd build
cmake ../.
make
```