Is the tutorial document available? #47
Unanswered
yukkysaito
asked this question in
Q&A
Replies: 1 comment
-
I'm not sure I understand your question, but if you want to compile the library and all the examples, you can use: mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . -j 2 --config Release |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Do you have the documentation to make this example?
https://github.com/alandefreitas/matplotplusplus/tree/master/examples
matplot++ is great. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions