1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 08:05:18 +02:00

DOCS: replace Minetest -> Luanti, minetest. -> core. (#15292)

Co-authored-by: grorp <gregor.parzefall@posteo.de>
This commit is contained in:
Zughy
2024-10-22 23:05:41 +02:00
committed by GitHub
parent aa273119f2
commit d52e4cdbdb
23 changed files with 873 additions and 865 deletions

View File

@@ -29,7 +29,7 @@ There are other optional libraries, but they are not tested if they can build an
Use `--triplet` to specify the target triplet, e.g. `x64-windows` or `x86-windows`.
## Compile Minetest
## Compile Luanti
### a) Using the vcpkg toolchain and CMake GUI
@@ -46,7 +46,7 @@ Use `--triplet` to specify the target triplet, e.g. `x64-windows` or `x86-window
11. If there are any errors, solve them and hit **Configure**
12. Click **Generate**
13. Click **Open Project**
14. Compile Minetest inside Visual studio.
14. Compile Luanti inside Visual studio.
### b) Using the vcpkg toolchain and the commandline