diff options
author | Perttu Ahola <celeron55@gmail.com> | 2010-12-14 01:56:24 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-14 01:56:24 +0200 |
commit | 6129e31b96f31521a79f5dfd7968f0cf0decb200 (patch) | |
tree | a8369cc5d835e6fd762f7763a365a68160024e3f /doc/README.txt | |
parent | 47f76d8a5122767337f0c7b75c5c44a01c418141 (diff) | |
download | minetest-6129e31b96f31521a79f5dfd7968f0cf0decb200.tar.gz minetest-6129e31b96f31521a79f5dfd7968f0cf0decb200.tar.bz2 minetest-6129e31b96f31521a79f5dfd7968f0cf0decb200.zip |
better graphics, zlib to work on vc++
Diffstat (limited to 'doc/README.txt')
-rw-r--r-- | doc/README.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/README.txt b/doc/README.txt index ea84a6bec..0cb31da38 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -53,10 +53,14 @@ Compiling on GNU/Linux: http://downloads.sourceforge.net/irrlicht/irrlicht-1.7.2.zip * JThread: http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jthread -- Neither of which can probably be found from your distro's repository. +* zlib: + - Get the -dev package from your package manager. +- Irrlicht and JThread are very likely not to be found from your distro's + repository. - Compiling each of them should be fairly unproblematic, though. Compiling on Windows: +- You need Irrlicht, JThread and zlib, see above - Be sure to #define JMUTEX_CRITICALSECTION in jmutex.h before compiling it. Otherwise mutexes will be very slow. @@ -81,7 +85,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - Irrlicht --------------- |