Added CLion IDE run configurations
This commit is contained in:
15
README.md
15
README.md
@ -92,6 +92,21 @@ in order to start them at once.
|
||||
5. Of course, you'll need a MySQL 5.x database, Valgrind and any other development
|
||||
goodies you wish. Also, a lot of time.
|
||||
|
||||
### Creating a minimal test server (WIP)
|
||||
|
||||
In CLion, create a `test` directory containing the `auth`, `db`, and `game`
|
||||
directories, and then symlink the following files in the `gamefiles` directory.
|
||||
|
||||
```shell
|
||||
ln -s ../../gamefiles/conf/item_names_en.txt ./test/db/item_names.txt
|
||||
ln -s ../../gamefiles/conf/item_proto.txt ./test/db/item_proto.txt
|
||||
ln -s ../../gamefiles/conf/mob_names_en.txt ./test/db/mob_names.txt
|
||||
ln -s ../../gamefiles/conf/mob_proto.txt ./test/db/mob_proto.txt
|
||||
|
||||
ln -s ../../gamefiles/data ./test/auth/data
|
||||
ln -s ../../gamefiles/data ./test/game/data
|
||||
```
|
||||
|
||||
## 3. Improvements
|
||||
### Major improvements
|
||||
- The binaries run on 64-bit Linux with the network stack being partially rewritten in Libevent.
|
||||
|
Reference in New Issue
Block a user