1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-21 18:11:11 +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

@ -1,10 +1,14 @@
# Compiling Luanti
- [Compiling on Linux](linux.md)
- 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