Replies: 1 comment
-
This might solve your first problem: https://alandefreitas.github.io/matplotplusplus/integration/cmake-targets/cmake-with-automatic-download.html Your second problem is not related to JPEG, TIFF, PNG, ... It's related to the filesystem library. Your C++ compiler is too old. See instructions for updating here: https://alandefreitas.github.io/matplotplusplus/integration/build-from-source/dependencies.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody,
first of all thank you for this awesome project!
I'm new to the CMake world and would like to integrate matplotplusplus with ExternalProject (resp. ExternalProject_Add). My goal is that the user of my program only has to run CMake and start my program and does not have to install matplotplusplus/ download the binary packages manually.
So far I have tried the following:
When building my project, JPEG, TIFF, PNG, sgemm_ and so on aren't found (see picture below):
Does anyone know what I'm doing wrong?
Thanks for every kind of help!
Maria
Beta Was this translation helpful? Give feedback.
All reactions