summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 0cd873e..fa0960c 100644
--- a/README
+++ b/README
@@ -77,7 +77,9 @@ HOWTO COMPILE
<http://www.mingw.org/> and CMake <http://www.cmake.org/>. Then follow
those steps above. Only add cmake option -G "MinGW Makefiles". If cmd
say that no make.exe command found you need to use absolute path. Do
- not specify PREFIX!!
+ not specify PREFIX!! There is also known bug when in path to game dir
+ is separator compilation will die with error file not found, you have
+ to place source to some directory with no space in its path.
Option -DNO_AUDIO=1 says we want no audio support for client so change
if you want so.