From 4bdd8af47d466b1a29d6172b614aecf843d404b9 Mon Sep 17 00:00:00 2001 From: Alistair Findlay Date: Thu, 18 Mar 2021 22:57:17 +1100 Subject: [PATCH] Fix missing step in build instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1f33d62..81d007aa 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Aside from standard search options (`ZLIB_INCLUDE_DIR`, `ZLIB_LIBRARY`, ...) the e.g. on a Linux system you might want to build for local use like this: git clone https://github.com/minetest/irrlicht + cd irrlicht cmake . -DBUILD_SHARED_LIBS=OFF make -j$(nproc)