From e3ffb5a030bf49c01beab29eb3fc7f6a58122587 Mon Sep 17 00:00:00 2001 From: Andrey Andreyevich Bienkowski Date: Sun, 1 Sep 2024 21:03:57 +0300 Subject: [PATCH] Recommend COLOBOT_DEVELOPMENT_MODE=ON --- docs/README-dev.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README-dev.md b/docs/README-dev.md index 0ba063364..ccc52873d 100644 --- a/docs/README-dev.md +++ b/docs/README-dev.md @@ -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 ```