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-win32project and build it- put
mman.libto thelibs/directory - if you have Qt installed, open
libface-project/libface.proand build for Debug/Release - otherwise, open Visual Studio command line for root directory or this repo
- run
nmake -f Makefile.win lib-facein order to build libface
Linux/OS X:
- if you have Qt installed, open
libface-project/libface.proand build for Debug/Release - otherwise run
make lib-facein the terminal in root directory of this repo
ORIGINAL cpp-libface
See ORIGINAL_README.md of cpp-libface.