Skip to content

Commit

Permalink
Added note about vcpk availability
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed Jan 31, 2020
1 parent b13840a commit f5c8282
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f5c8282

Please sign in to comment.