mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Updates
This commit is contained in:
parent
901eb2de46
commit
48630739d3
6 changed files with 8 additions and 2 deletions
|
@ -124,9 +124,11 @@ Compiling
|
||||||
|
|
||||||
- [Compiling - common information](doc/compiling/README.md)
|
- [Compiling - common information](doc/compiling/README.md)
|
||||||
- [Compiling on Linux](doc/compiling/linux.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 Visual Studio](doc/compiling/windows.md)
|
||||||
- [Compiling on Windows using MSYS2](doc/compiling/windows_msys2.md)
|
- [Compiling on Windows using MSYS2](doc/compiling/windows_msys2.md)
|
||||||
- [Compiling on MacOS](doc/compiling/macos.md)
|
- [Compiling on MacOS](doc/compiling/macos.md)
|
||||||
|
- [Compiling for Android](doc/compiling/android.md)
|
||||||
|
|
||||||
Docker
|
Docker
|
||||||
------
|
------
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
# Compiling Luanti
|
# Compiling Luanti
|
||||||
|
|
||||||
- [Compiling on Linux](linux.md)
|
- Linux
|
||||||
|
- [Compiling on Linux](linux.md)
|
||||||
|
- [Compiling a headless Linux server](linux_server.md)
|
||||||
- Windows
|
- Windows
|
||||||
- [Compiling on Windows using Visual Studio](windows.md)
|
- [Compiling on Windows using Visual Studio](windows.md)
|
||||||
- [Compiling on Windows using MSYS2](windows_msys2.md)
|
- [Compiling on Windows using MSYS2](windows_msys2.md)
|
||||||
- [Compiling on MacOS](macos.md)
|
- [Compiling on MacOS](macos.md)
|
||||||
|
- [Compiling for Android](android.md)
|
||||||
|
- [Improving build times](improving_build_times.md)
|
||||||
|
|
||||||
|
|
||||||
## CMake options
|
## CMake options
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Compiling on Windows using Visual Studio MSVC
|
# 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
|
## Requirements
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue