Add vcpkg support
Compare changes
+ 30
− 2
@@ -19,6 +19,34 @@ which have ``make`` installed, type this in your command line terminal:
@@ -19,6 +19,34 @@ which have ``make`` installed, type this in your command line terminal:
@@ -28,7 +56,7 @@ package manager. The compiler must support the C++17 standard.
@@ -28,7 +56,7 @@ package manager. The compiler must support the C++17 standard.
@@ -74,7 +102,7 @@ as compiler. We use `cmake <https://cmake.org/download/>`__ as build
@@ -74,7 +102,7 @@ as compiler. We use `cmake <https://cmake.org/download/>`__ as build
2. ``conan install .. -g visual_studio -s arch=x86_64 -s build_type=Release -s compiler.toolset=v142 -s compiler.version=16 -s compiler.runtime=MD --build=missing --update``