1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Add compiling documentation from docs.luanti.org

Fixes #16116
This commit is contained in:
rubenwardy 2025-05-26 19:24:56 +01:00
parent 66aa5f3fac
commit 901eb2de46
9 changed files with 381 additions and 53 deletions

View file

@ -1,7 +1,9 @@
# Compiling Luanti
- [Compiling on GNU/Linux](linux.md)
- [Compiling on Windows](windows.md)
- [Compiling on Linux](linux.md)
- Windows
- [Compiling on Windows using Visual Studio](windows.md)
- [Compiling on Windows using MSYS2](windows_msys2.md)
- [Compiling on MacOS](macos.md)