mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Use build directory for builds
This commit is contained in:
parent
5683bb76cc
commit
ea2fba877a
5 changed files with 11 additions and 11 deletions
|
@ -418,8 +418,8 @@ git clone --depth 1 https://github.com/minetest/irrlicht.git lib/irrlichtmt
|
|||
#### Build
|
||||
|
||||
```bash
|
||||
mkdir cmakebuild
|
||||
cd cmakebuild
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
cmake .. \
|
||||
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.14 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue