Better building recipe in README

This commit is contained in:
Solebull 2021-04-02 13:37:12 +02:00
parent f53064700e
commit 45c9d2e4be
2 changed files with 6 additions and 2 deletions

View File

@ -24,8 +24,10 @@ Compilation (e.g. on Debian)
:: ::
sudo apt-get install libgd-dev libsqlite3-dev libleveldb-dev libhiredis-dev libpq-dev liblua5.1-0-dev catch sudo apt-get install libgd-dev libsqlite3-dev libleveldb-dev libhiredis-dev libpq-dev liblua5.1-0-dev catch
cmake . -DENABLE_LEVELDB=1 mkdir build
cd build/
cmake .. -DENABLE_LEVELDB=1
make -j2 make -j2
eventually : eventually :

View File

@ -95,6 +95,8 @@
- [X] On factionCreationTest/, we actually get a table using dofile - [X] On factionCreationTest/, we actually get a table using dofile
Now, I get newFaction => (null) Now, I get newFaction => (null)
Trying a recursive call when getting a null value Trying a recursive call when getting a null value
- [ ] `make check` fail :
When we can't open lua file, FactionsHandler call exit(1) : fix that
- [ ] We just have to know which keys we need - [ ] We just have to know which keys we need
For instance, keep the faction's name and add to legend For instance, keep the faction's name and add to legend
- [ ] If received type is nil, maybe the factions.conf file is empty (no factions) - [ ] If received type is nil, maybe the factions.conf file is empty (no factions)