Skip to content

Commit

Permalink
Recommend COLOBOT_DEVELOPMENT_MODE=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
hexagonrecursion authored Sep 1, 2024
1 parent 3a73165 commit e3ffb5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/README-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ Note that the recommended way of building the project is to use separate build d
git submodule update --init
mkdir build
cd build
cmake -D TRANSLATIONS=OFF ../ # You can't compile translations unless you have python2
# You can't compile translations unless you have python2
cmake -D TRANSLATIONS=OFF -D COLOBOT_DEVELOPMENT_MODE=ON ..
make
./colobot -datadir ../data
```
Expand Down

0 comments on commit e3ffb5a

Please sign in to comment.