Added a overview comment at the top of the file.

This commit is contained in:
Davis King 2015-10-27 08:22:33 -04:00
parent 5f9e4bf92e
commit 5d377ceb6d

View File

@ -2,6 +2,10 @@
Copyright (C) 2015 Ehsan Azar (dashesy@linux.com) Copyright (C) 2015 Ehsan Azar (dashesy@linux.com)
License: Boost Software License See LICENSE.txt for the full license. License: Boost Software License See LICENSE.txt for the full license.
This file basically just uses CMake to compile the dlib python bindings project
located in the tools/python folder and then puts the outputs into standard
python packages.
To build the dlib: To build the dlib:
python setup.py build python setup.py build
To build and install: To build and install: