- #1
member 657093
- TL;DR Summary
- Installing library for c++ using VScode on Windows 10
I'm new to c++ and I have written a code. I need to plot using matplotlibcpp at matplotlib-cpp
However I do not know how to install it. I've tried vcpkg, but it doesn't work.
I want to be able to use it in my code when I do:
I don't know how to use Cmake to install any library with my platform setup: Windows 10 with VScode and c++ from msys2
However I do not know how to install it. I've tried vcpkg, but it doesn't work.
I want to be able to use it in my code when I do:
For example in Python, I would simply do the following to install a third party package or library:#include "matplotlibcpp.h"
- On admin cmd prompt: pip install [ package name ]
- On Python editor: import [ package name ]
I don't know how to use Cmake to install any library with my platform setup: Windows 10 with VScode and c++ from msys2