From 00a67dbbdb2a96e93de53ec16602bfd203a45028 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 24 Sep 2014 02:01:33 +0300 Subject: [PATCH] README.md: Urho3D: -DURHO3D_LUA=true -DURHO3D_SAFE_LUA=true --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62cf1e0..41ed3c1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Get and build Urho3D $ git clone https://github.com/urho3d/Urho3D.git $ cd Urho3D - $ ./cmake_gcc.h # Add -DURHO3D_64BIT=true on 64-bit systems + $ ./cmake_gcc.h -DURHO3D_LUA=true -DURHO3D_SAFE_LUA=true # Add -DURHO3D_64BIT=true on 64-bit systems $ cd Build $ make -j4