before adding day/night lighting
[oweals/minetest.git] / doc / README.txt
index ea84a6bec8a76e8c7a61ac007ff266b217d20ac3..46e72e0c034881cddec68b55abfe2ace56fb1996 100644 (file)
@@ -32,11 +32,15 @@ Controls:
 
 Configuration file:
 - An optional configuration file can be used. See minetest.conf.example.
-- Path to file can be passed as a parameter to the executable.
+- Path to file can be passed as a parameter to the executable:
+       --config <path-to-file>
 - If not given as a parameter, these are checked, in order:
        ../minetest.conf
        ../../minetest.conf
 
+Command-line options:
+- Use --help
+
 Running on Windows:
 - The working directory should be ./bin
 
@@ -53,10 +57,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 +89,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
 ---------------