diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |