diff options
author | Perttu Ahola <celeron55@gmail.com> | 2010-11-29 23:07:03 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2010-11-29 23:07:03 +0200 |
commit | 4a8973aeac1d44b78e44efde113e5c47bb3a803b (patch) | |
tree | 2ae9a465820f4bb8290d44c042e88d4f877cb7e2 /doc | |
parent | 05507afcba451af000f01b5f88702f24516cef22 (diff) | |
download | minetest-4a8973aeac1d44b78e44efde113e5c47bb3a803b.tar.gz minetest-4a8973aeac1d44b78e44efde113e5c47bb3a803b.tar.bz2 minetest-4a8973aeac1d44b78e44efde113e5c47bb3a803b.zip |
doc update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.txt b/doc/README.txt index 340d8f5f3..ea84a6bec 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -56,6 +56,10 @@ Compiling on GNU/Linux: - Neither of which can probably be found from your distro's repository. - Compiling each of them should be fairly unproblematic, though. +Compiling on Windows: +- Be sure to + #define JMUTEX_CRITICALSECTION + in jmutex.h before compiling it. Otherwise mutexes will be very slow. License of Minetest-c55 ----------------------- |