Skip to content

Original cpp-libface without bells and whistles (httpserver and libuv) converted to the library

Notifications You must be signed in to change notification settings

velmafia/cpp-libface

 
 

Repository files navigation

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, open mman-win32 project and build it
  • put mman.lib to the libs/ 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.

About

Original cpp-libface without bells and whistles (httpserver and libuv) converted to the library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.0%
  • QMake 2.0%
  • Makefile 2.0%