X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=dox%2Fdev_guides%2Fbuilding%2Fxcode.md;h=fb7e6a0129a80de222858a9c950cfd655524046d;hb=2e32a645778d9ad6773f8e52dc4125b962f5d55c;hpb=6acbb1c641edb0587d05b6fabed0ae11ec228d70 diff --git a/dox/dev_guides/building/xcode.md b/dox/dev_guides/building/xcode.md index a5684d470b..fb7e6a0129 100644 --- a/dox/dev_guides/building/xcode.md +++ b/dox/dev_guides/building/xcode.md @@ -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*.