From d2a6fbd81d2065ed3404211b15dc7801efd9a009 Mon Sep 17 00:00:00 2001 From: Jannik Vogel Date: Sat, 8 May 2021 23:05:46 +0200 Subject: [PATCH] Add missing cmake command in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8c27d9..2f0a1da 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ git submodule update cd 3rdparty/nodeeditor mkdir BUILD cd BUILD +cmake .. make ``` @@ -69,4 +70,4 @@ URHOX_HOME = /home/John/Dev/Urhox/output - Copy Urho3D assets 'Data' and 'CoreData' to Spkgen/Bin - Open Spkgen.pro with QtCreator - Build and Run -``` \ No newline at end of file +```