Documentation Request: Integrating External Libraries into F Prime #3056
Labels
Documentation
Documentation, Tutorials and References updates
ROSES Candidate
A candidate pattern for ROSES.
ROSES
Work funded by the ROSES proposal!
Integrating External Libraries into F Prime
I’ve been exploring how to integrate external libraries into F Prime by wrapping them in a new passive or active component. However, I haven’t found much documentation on the specifics of this process. I received the following guidance, which outlines two approaches: one for adding .so libraries (to be dynamically linked) and another for adding .a libraries (to be statically linked).
First Approach: Adding a .so (Shared Object) Library
Second Approach: Adding a .a (Static Archive) Library
Additional Notes:
The text was updated successfully, but these errors were encountered: