]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - README.md
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / README.md
index 410ca91a01d4eef2b318dc45c60c6c6f8c7ce98f..4fef8f0c04bd3000f106a10ba2e273647625c48c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -223,8 +223,8 @@ Run it:
 - You can disable the client build by specifying `-DBUILD_CLIENT=FALSE`.
 - You can select between Release and Debug build by `-DCMAKE_BUILD_TYPE=<Debug or Release>`.
   - Debug build is slower, but gives much more useful output in a debugger.
-- If you build a bare server you don't need to have the Irrlicht or IrrlichtMt library installed.
-  - In that case use `-DIRRLICHT_INCLUDE_DIR=/some/where/irrlicht/include`.
+- If you build a bare server you don't need to compile IrrlichtMt, just the headers suffice.
+  - In that case use `-DIRRLICHT_INCLUDE_DIR=/some/where/irrlichtmt/include`.
 
 - Minetest will use the IrrlichtMt package that is found first, given by the following order:
   1. Specified `IRRLICHTMT_BUILD_DIR` CMake variable