README.md: -DURHO3D_ENFORCE_SINGLE_THREAD=false

This commit is contained in:
Perttu Ahola 2014-10-27 11:21:28 +02:00
parent 76e3222e35
commit 77406b2609

View File

@ -38,7 +38,8 @@ NOTE: Occasionally you have to use celeron55's fork of Urho3D due to special
$ git clone https://github.com/celeron55/Urho3D.git $ git clone https://github.com/celeron55/Urho3D.git
$ cd Urho3D $ cd Urho3D
$ ./cmake_gcc.sh -DURHO3D_LIB_TYPE=SHARED -DURHO3D_LUA=true -DURHO3D_SAFE_LUA=true # Add -DURHO3D_64BIT=true on 64-bit systems $ # Add -DURHO3D_64BIT=true on 64-bit systems
$ ./cmake_gcc.sh -DURHO3D_LIB_TYPE=SHARED -DURHO3D_ENFORCE_SINGLE_THREAD=false -DURHO3D_LUA=true -DURHO3D_SAFE_LUA=true
$ cd Build $ cd Build
$ make -j4 $ make -j4