From 45c9d2e4be785ddfaf7a143dde1d0be40010d784 Mon Sep 17 00:00:00 2001 From: Solebull Date: Fri, 2 Apr 2021 13:37:12 +0200 Subject: [PATCH] Better building recipe in README --- README.rst | 6 ++++-- ROADMAP | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index dc3318d..2e236b7 100644 --- a/README.rst +++ b/README.rst @@ -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 - - cmake . -DENABLE_LEVELDB=1 + + mkdir build + cd build/ + cmake .. -DENABLE_LEVELDB=1 make -j2 eventually : diff --git a/ROADMAP b/ROADMAP index ced3229..95a18dc 100644 --- a/ROADMAP +++ b/ROADMAP @@ -95,6 +95,8 @@ - [X] On factionCreationTest/, we actually get a table using dofile Now, I get newFaction => (null) 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 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)