INTRO
Purpose of this project is:
- refactor original cpp-libface executable to library without dependencies on libuv and http-server
- make it working under Windows, OS X and Linux
BUILD
Windows:
git submodules init
,git submodules update
, openmman-win32
project and build it- put
mman.lib
to thelibs/
directory - if you have Qt installed, open
libface-project/libface.pro
and build for Debug/Release - otherwise, open Visual Studio command line for root directory or this repo
- run
nmake -f Makefile.win lib-face
in order to build libface
Linux/OS X:
- if you have Qt installed, open
libface-project/libface.pro
and build for Debug/Release - otherwise run
make lib-face
in the terminal in root directory of this repo
ORIGINAL cpp-libface
See ORIGINAL_README.md of cpp-libface.