Skip to content

Commit a5f0b77

Browse files
committed
libraries to link against
1 parent 29f9361 commit a5f0b77

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

Minimal_Part_21_C++_example.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,17 @@ example:
7979
- include/stepcode/clstepcore
8080
- include/stepcode/clutils
8181

82+
Linking
83+
-------
84+
85+
Your executable will need to link to various libraries, likely including
86+
a generated library, specific to the schema you are interested in. Once
87+
generated, this lib can be found in build/lib with a prefix of
88+
libsdai\_.
89+
90+
It will also need to link with cldai, cleditor, clstepcore, and clutils
91+
- all found in build/lib.
92+
8293
Related Pages
8394
-------------
8495

Minimal_Part_21_C++_example.mediawiki

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,11 @@ Stepcode's includes are not relative the top level of the stepcode include direc
6363
* include/stepcode/clstepcore
6464
* include/stepcode/clutils
6565
66+
== Linking ==
67+
68+
Your executable will need to link to various libraries, likely including a generated library, specific to the schema you are interested in. Once generated, this lib can be found in build/lib with a prefix of libsdai_.
69+
70+
It will also need to link with cldai, cleditor, clstepcore, and clutils - all found in build/lib.
71+
6672
== Related Pages ==
6773
* [[How to use STEPcode in an application]]

0 commit comments

Comments
 (0)