From f5c828291d8b62e5bf59c7a4e18b91e9811817b0 Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 30 Jan 2020 19:36:49 -0500 Subject: [PATCH] Added note about vcpk availability --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 349f6070a..4ce628077 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,11 @@ cmake .. -G "Visual Studio 14 2015 Win64" -T host=x64 The examples folder has a [CMake tutorial](https://github.com/davisking/dlib/blob/master/examples/CMakeLists.txt) that tells you what to do. There are also additional instructions on the [dlib web site](http://dlib.net/compile.html). +Alternatively, if you are using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager you can download and install dlib with CMake integration in a single command: +```bash +vcpkg install dlib +``` + ## Compiling dlib Python API Before you can run the Python example programs you must compile dlib. Type: