biometrics / likely

A compiler intermediate representation for image recognition and heterogeneous computing.
http://www.liblikely.org
Other
78 stars 11 forks source link

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