You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -207,6 +207,17 @@ anywhere.
207
207
Since a python interpreter is opened internally, it is necessary to link against `libpython2.7` in order to use
208
208
matplotlib-cpp.
209
209
210
+
You can download and install matplotlib-cpp using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
211
+
212
+
git clone https://github.com/Microsoft/vcpkg.git
213
+
cd vcpkg
214
+
./bootstrap-vcpkg.sh
215
+
./vcpkg integrate install
216
+
vcpkg install matplotlib-cpp
217
+
218
+
The matplotlib-cpp port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
219
+
220
+
210
221
# CMake
211
222
212
223
If you prefer to use CMake as build system, you will want to add something like this to your
0 commit comments