diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-01-18 15:05:29 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-01-18 15:05:29 +0200 |
commit | 3ef2629e847e1e7e239068bbf17bebd6d4ebfc95 (patch) | |
tree | d540c1068747ce73862237d80d6d04b15fa58eac /doc | |
parent | 515a480d0e82fe77f1aae8115e81d720d7d1775b (diff) | |
download | minetest-3ef2629e847e1e7e239068bbf17bebd6d4ebfc95.tar.gz minetest-3ef2629e847e1e7e239068bbf17bebd6d4ebfc95.tar.bz2 minetest-3ef2629e847e1e7e239068bbf17bebd6d4ebfc95.zip |
made old build system to work too. the cmake one doesn't make working binaries for some computers.
--HG--
rename : src/config.h.in => src/cmake_config.h.in
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/README.txt b/doc/README.txt index 93203b3db..5a8ce7203 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -82,6 +82,9 @@ Compiling on GNU/Linux: $ ./bin/minetest Compiling on Windows: +- NOTE: Seems that the CMake build system produces executables that don't work + for many people. The old build system is still included, but it's not + documented in here. - You need CMake, Irrlicht, Zlib and Visual Studio or MinGW - NOTE: Probably it will not work easily and you will need to fix some stuff. - Steps: |