updated readme a bit

master
Perttu Ahola 2011-05-21 12:52:57 +03:00
parent c1b164cbcb
commit e3f62f354e
1 changed files with 2 additions and 2 deletions

View File

@ -150,8 +150,7 @@ Compiling on Windows:
If using MSVC: If using MSVC:
- Open the generated minetest.sln - Open the generated minetest.sln
- The project defaults to the "Debug" configuration. Make very sure to - The project defaults to the "Debug" configuration. Make very sure to
select "Release", unless you like to have a very glitchy gaming select "Release", unless you want to debug some stuff (it's slower)
experience.
- Build the ALL_BUILD project - Build the ALL_BUILD project
- Build the INSTALL project - Build the INSTALL project
- You should now have a working game with the executable in - You should now have a working game with the executable in
@ -160,6 +159,7 @@ Compiling on Windows:
project. project.
If using MinGW: If using MinGW:
- Using the command line, browse to the build directory and run 'make' - Using the command line, browse to the build directory and run 'make'
(or mingw32-make or whatever it happens to be)
- You should now have a working game with the executable in - You should now have a working game with the executable in
DIR/minetest/bin/minetest.exe DIR/minetest/bin/minetest.exe