Add disclaimer

This commit is contained in:
Mark Wiemer 2024-12-03 11:06:20 -06:00
parent efdc2a64f2
commit 76829096c1
5 changed files with 11 additions and 1 deletions

View File

@ -119,6 +119,8 @@ Command-line options
Compiling
---------
If you're just creating mods or games with Luanti, you do not need to compile Luanti. Instead, follow Ruben Wardy's [Luanti Modding Book](https://rubenwardy.gitlab.io/minetest_modding_book) to get started modding. Compiling Luanti is only required if you plan to modify the Luanti engine itself.
- [Compiling - common information](doc/compiling/README.md)
- [Compiling on GNU/Linux](doc/compiling/linux.md)
- [Compiling on Windows](doc/compiling/windows.md)

View File

@ -1,5 +1,7 @@
# Compiling Luanti
If you're just creating mods or games with Luanti, you do not need to compile Luanti. Instead, follow Ruben Wardy's [Luanti Modding Book](https://rubenwardy.gitlab.io/minetest_modding_book) to get started modding. Compiling Luanti is only required if you plan to modify the Luanti engine itself.
- [Compiling on GNU/Linux](linux.md)
- [Compiling on Windows](windows.md)
- [Compiling on MacOS](macos.md)

View File

@ -1,5 +1,7 @@
# Compiling on GNU/Linux
If you're just creating mods or games with Luanti, you do not need to compile Luanti. Instead, follow Ruben Wardy's [Luanti Modding Book](https://rubenwardy.gitlab.io/minetest_modding_book) to get started modding. Compiling Luanti is only required if you plan to modify the Luanti engine itself.
## Dependencies
| Dependency | Version | Commentary |

View File

@ -1,5 +1,7 @@
# Compiling on MacOS
If you're just creating mods or games with Luanti, you do not need to compile Luanti. Instead, follow Ruben Wardy's [Luanti Modding Book](https://rubenwardy.gitlab.io/minetest_modding_book) to get started modding. Compiling Luanti is only required if you plan to modify the Luanti engine itself.
## Requirements
- [Homebrew](https://brew.sh/)

View File

@ -1,5 +1,7 @@
# Compiling on Windows using MSVC
If you're just creating mods or games with Luanti, you do not need to compile Luanti. Instead, follow Ruben Wardy's [Luanti Modding Book](https://rubenwardy.gitlab.io/minetest_modding_book) to get started modding. Compiling Luanti is only required if you plan to modify the Luanti engine itself.
## Requirements
- [Visual Studio 2015 or newer](https://visualstudio.microsoft.com) including
@ -77,7 +79,7 @@ There are other optional libraries, but we don't test if they can build and link
Use `--triplet` to specify the target triplet, e.g. `x64-windows` or `x86-windows`.
-->
### Installing the dependencies
## Install Luanti dependencies
1. Start up the CMake GUI (Win > search "cmake-gui" > open)
2. Select **Browse Source...** and select `path/to/minetest` (where you've cloned the repo)