README.md: Urho3D: -DURHO3D_LUA=true -DURHO3D_SAFE_LUA=true

This commit is contained in:
Perttu Ahola 2014-09-24 02:01:33 +03:00
parent c3c97d6dd6
commit 00a67dbbdb

View File

@ -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