projects
/
occt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6acbb1c
)
0029407: Generating static libraries on macOS
author
apn
<apn@opencascade.com>
Fri, 25 May 2018 15:23:01 +0000
(18:23 +0300)
committer
abv
<abv@opencascade.com>
Fri, 25 May 2018 18:54:59 +0000
(21:54 +0300)
Update "Building with Xcode" documentation
dox/dev_guides/building/xcode.md
patch
|
blob
|
blame
|
history
diff --git
a/dox/dev_guides/building/xcode.md
b/dox/dev_guides/building/xcode.md
index a5684d470b02e9a322f2f71d9b07f32776134fab..fb7e6a0129a80de222858a9c950cfd655524046d 100644
(file)
--- 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*.