Skip to content

A compiler intermediate representation for image recognition and heterogeneous computing.

License

Notifications You must be signed in to change notification settings

biometrics/likely

Repository files navigation

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