Browse Source

Add the new build options to documentation page.
Closes #446. [ci skip]

Yao Wei Tjong 姚伟忠 11 years ago
parent
commit
5a79a7c552
2 changed files with 4 additions and 2 deletions
  1. 2 0
      Docs/GettingStarted.dox
  2. 2 2
      Readme.txt

+ 2 - 0
Docs/GettingStarted.dox

@@ -151,6 +151,8 @@ A number of build options can be defined explicitly when invoking the above cmak
 |URHO3D_LUAJIT        |0|Enable Lua scripting support using LuaJIT (check LuaJIT's CMakeLists.txt for more options)|
 |URHO3D_LUAJIT_AMALG  |0|Enable LuaJIT amalgamated build (LuaJIT only)|
 |URHO3D_SAFE_LUA      |0|Enable Lua C++ wrapper safety checks (when Lua scripting support is enabled only)|
+|URHO3D_PHYSICS       |1|Enable Physics support|
+|URHO3D_NAVIGATION    |1|Enable Navigation support|
 |URHO3D_SAMPLES       |0|Build sample applications|
 |URHO3D_TOOLS         |1|Build standalone tools (Desktop and RPI only; on Android only build Lua standalone tools)|
 |URHO3D_EXTRAS        |0|Build extras (Desktop and RPI only)|

+ 2 - 2
Readme.txt

@@ -442,10 +442,10 @@ cmake_xxxx batch files or shell scripts.
 |URHO3D_LUAJIT        |0|Enable Lua scripting support using LuaJIT (check      |
 |                     | | LuaJIT's CMakeLists.txt for more options)            |
 |URHO3D_LUAJIT_AMALG  |0|Enable LuaJIT amalgamated build (LuaJIT only)         |
-|URHO3D_PHYSICS       |1|Enable Physics support                                |
-|URHO3D_NAVIGATION    |1|Enable Navigation support                             |
 |URHO3D_SAFE_LUA      |0|Enable Lua C++ wrapper safety checks (when Lua        |
 |                     | | scripting support is enabled only)                   |
+|URHO3D_PHYSICS       |1|Enable Physics support                                |
+|URHO3D_NAVIGATION    |1|Enable Navigation support                             |
 |URHO3D_SAMPLES       |0|Build sample applications                             |
 |URHO3D_TOOLS         |1|Build standalone tools (Desktop and RPI only;         |
 |                     | | on Android only build Lua standalone tools)          |