diff options
author | PrairieWind <prairie.astronomer1@gmail.com> | 2023-03-11 13:20:00 -0700 |
---|---|---|
committer | PrairieWind <prairie.astronomer1@gmail.com> | 2023-03-11 13:20:00 -0700 |
commit | c66ae6717aaab5a504866c7d6532f9e224657750 (patch) | |
tree | ffdb2573793c99162001b435bf02d7bd45ba66eb | |
parent | 296cce39d33bf6dab2b41504321f18c2574f164b (diff) | |
download | dragonfireclient-c66ae6717aaab5a504866c7d6532f9e224657750.tar.xz |
Add exact irrlichtmt version to the clone command
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ Download minetest_game (otherwise only the "Development Test" game is available) Download IrrlichtMt to `lib/irrlichtmt`, it will be used to satisfy the IrrlichtMt dependency that way: - git clone --depth 1 https://github.com/minetest/irrlicht.git lib/irrlichtmt + git clone --branch 1.9.0mt7 --depth 1 https://github.com/minetest/irrlicht.git lib/irrlichtmt Download source, without using Git: |