mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Added a overview comment at the top of the file.
This commit is contained in:
parent
5f9e4bf92e
commit
5d377ceb6d
4
setup.py
4
setup.py
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user