1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00
This commit is contained in:
rubenwardy 2025-05-26 19:39:14 +01:00
parent 901eb2de46
commit 48630739d3
6 changed files with 8 additions and 2 deletions

View file

@ -124,9 +124,11 @@ Compiling
- [Compiling - common information](doc/compiling/README.md)
- [Compiling on Linux](doc/compiling/linux.md)
- [Compiling a headless Linux server](doc/compiling/linux_server.md)
- [Compiling on Windows using Visual Studio](doc/compiling/windows.md)
- [Compiling on Windows using MSYS2](doc/compiling/windows_msys2.md)
- [Compiling on MacOS](doc/compiling/macos.md)
- [Compiling for Android](doc/compiling/android.md)
Docker
------

View file

@ -1,10 +1,14 @@
# Compiling Luanti
- Linux
- [Compiling on Linux](linux.md)
- [Compiling a headless Linux server](linux_server.md)
- Windows
- [Compiling on Windows using Visual Studio](windows.md)
- [Compiling on Windows using MSYS2](windows_msys2.md)
- [Compiling on MacOS](macos.md)
- [Compiling for Android](android.md)
- [Improving build times](improving_build_times.md)
## CMake options

View file

@ -1,6 +1,6 @@
# Compiling on Windows using Visual Studio MSVC
**Compiling with Visual Studio** | [Compiling with MSYS2](windows-msys2.md)
**Compiling with Visual Studio** | [Compiling with MSYS2](windows_msys2.md)
## Requirements