Commit f5c82829 authored by Davis King's avatar Davis King
Browse files

Added note about vcpk availability

parent b13840a8
...@@ -30,6 +30,11 @@ cmake .. -G "Visual Studio 14 2015 Win64" -T host=x64 ...@@ -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). 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 ## Compiling dlib Python API
Before you can run the Python example programs you must compile dlib. Type: Before you can run the Python example programs you must compile dlib. Type:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment