diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-01-09 00:49:32 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-01-09 00:49:32 +0200 |
commit | 359e575ba377fa83317cd733f0c5eefdc0a8ff59 (patch) | |
tree | 2b43dd0b5c3b30344275e4b0050dcf4c595c7dec /doc | |
parent | eb476f1ce2c559136f8e7d652ebe3084a6ba8dc2 (diff) | |
download | minetest-359e575ba377fa83317cd733f0c5eefdc0a8ff59.tar.gz minetest-359e575ba377fa83317cd733f0c5eefdc0a8ff59.tar.bz2 minetest-359e575ba377fa83317cd733f0c5eefdc0a8ff59.zip |
Mainly small build system fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/README.txt b/doc/README.txt index 7e7403994..93203b3db 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -51,7 +51,8 @@ Compiling on GNU/Linux: * CMake * Irrlicht * Zlib - - You can probably find these in your distro's package manager +- You can probably find these in your distro's package repository. +- Building has been tested to work flawlessly on many systems. - Check possible options: $ cd whatever/minetest @@ -81,7 +82,7 @@ Compiling on GNU/Linux: $ ./bin/minetest Compiling on Windows: -- You need CMake, Irrlicht, zlib and Visual Studio or MinGW +- 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: - Start up the CMake GUI |