Replies: 2 comments 1 reply
-
Linking libraries manually nowadays is a very bad idea. The dependencies are optional when compiling the library. Once the library is compiled with them, they're no longer optional. To link everything manually, you would have to get every dependency and compiler definition right in the command line. This is almost impossible. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks. How would you recommend best integrating Matplot++ as an external lib? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm trying to link the static library libmatplot.a to compile the simple line_plot example, with a view to use matplot++ for my own project.
Source
I'm linking with
Output
I get verbose asking for references to what I thought were optional dependencies.
Matplot++ was built from source, with no issues as far as I can tell.
Best regards,
Rory
Beta Was this translation helpful? Give feedback.
All reactions