diff options
| author | sfan5 <sfan5@live.de> | 2022-05-22 00:52:11 +0200 |
|---|---|---|
| committer | sfan5 <sfan5@live.de> | 2022-05-23 22:50:58 +0200 |
| commit | 16a30556dfa8e27c82d026bd63467f82d2e37a1c (patch) | |
| tree | fe05c2eecb7c438dd16e6f83648dcc3e79b45d7f /README.md | |
| parent | 5daafc9d336d3f946854874e56a38ae9ac130811 (diff) | |
| download | minetest-16a30556dfa8e27c82d026bd63467f82d2e37a1c.tar.xz | |
Formally drop support for building with upstream Irrlicht
It stopped working with (at least) the last commit.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
