|
|
@@ -380,12 +380,12 @@ generator.
|
|
|
Library build
|
|
|
-------------
|
|
|
|
|
|
-As of v1.31 (to be released), the build process first builds the Urho3D library
|
|
|
-target (either static or shared). The library is then linked against by other
|
|
|
-targets like tools and samples that reference Urho3D as one of the external
|
|
|
-libraries. The Urho3D library type is defaulted to static, so the build process
|
|
|
-would generate standalone executables as previous releases. The Urho3D library
|
|
|
-type can be changed using "URHO3D_LIB_TYPE" build option.
|
|
|
+As of v1.31, the build process first builds the Urho3D library target (either
|
|
|
+static or shared). The library is then linked against by other targets like
|
|
|
+tools and samples that reference Urho3D as one of the external libraries. The
|
|
|
+Urho3D library type is defaulted to static, so the build process would generate
|
|
|
+standalone executables as previous releases. The Urho3D library type can be
|
|
|
+changed using "URHO3D_LIB_TYPE" build option.
|
|
|
|
|
|
To install the Urho3D library (or should we call it SDK), use the usual
|
|
|
'make install' command when using Makefile. There is an equivalent command in
|