Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.14 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.14 KB

Build Instructions

$ git clone https://github.com/biometrics/likely.git
$ cd likely
$ git submodule init
$ git submodule update
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make test
$ make install

Tested Platforms

OS Arch Compiler Pre-Built Binaries
OS X 10.11.4 x64 XCode 7.3 .sh / .tar.gz
Ubuntu 14.04 x64 GCC 4.8.2 .sh / .tar.gz
Windows Server 2012 x64 MSVC 2013 .exe