Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1243814

Browse files
NancyLi1013lava
NancyLi1013
authored andcommitted
Add vcpkg installation instructions
1 parent 9595628 commit 1243814

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,17 @@ anywhere.
207207
Since a python interpreter is opened internally, it is necessary to link against `libpython2.7` in order to use
208208
matplotlib-cpp.
209209

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+
210221
# CMake
211222

212223
If you prefer to use CMake as build system, you will want to add something like this to your

0 commit comments

Comments
 (0)