IrrlichtMt is now merged

This commit is contained in:
ROllerozxa 2024-03-28 18:39:11 +01:00 committed by GitHub
parent a3966454a2
commit 0b5d3e05c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,12 +28,11 @@ Navigate to some folder where you want to clone the Minetest repository. To get
cd /c/Users/$USER/Desktop
```
Clone Minetest and IrrlichtMt:
Clone Minetest:
```bash
git clone --depth 1 https://github.com/minetest/minetest
cd minetest
git clone --depth 1 https://github.com/minetest/irrlicht lib/irrlichtmt
```
And start the building process: