summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-15 12:46:41 +0000
committerscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-15 12:46:41 +0000
commit4429770831c6fa590ab015586c4fdd9bcecba9fc (patch)
tree9ab6732fcca318650096a0b0f0a84514e4328a93 /README
parentd2c98eadeafe1aff005f854645f2b1ff8bd2a284 (diff)
- upravy par hlasek serveru sk->en
- v readme pridan popis instalace ze zdrojaku na win - par kosmetickych uprav v cmakelists git-svn-id: http://opensvn.csie.org/tuxanci_ng@146 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 1b65b3e..0cd873e 100644
--- a/README
+++ b/README
@@ -73,6 +73,12 @@ HOWTO COMPILE
# make uninstall
Notes
-----
+ Compilation on windows is little bit tricky. You need MinGW
+ <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!!
+
Option -DNO_AUDIO=1 says we want no audio support for client so change
if you want so.