0029407: Generating static libraries on macOS
[occt.git] / dox / dev_guides / building / xcode.md
index a5684d4..fb7e6a0 100644 (file)
@@ -49,6 +49,13 @@ For instance, in Terminal application:
   $ ./genproj
 ~~~~~
 
+Option **-static** can be used with XCode to build static libraries.
+
+~~~~~
+  $ cd /dev/OCCT/opencascade-7.0.0
+  $ ./genproj xcd -static
+~~~~~
+
 @section build_xcode_build Building
 
 To start **Xcode**, launch script *xcode.sh*.