From c66ae6717aaab5a504866c7d6532f9e224657750 Mon Sep 17 00:00:00 2001 From: PrairieWind Date: Sat, 11 Mar 2023 13:20:00 -0700 Subject: [PATCH] Add exact irrlichtmt version to the clone command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fef8f0c0..6cc6c9634 100644 --- a/README.md +++ b/README.md @@ -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: