www.openbiometrics.org(link is external)
-
Identify the latest stable release tag(link is external) such as "v1.1.0"
-
Download all OpenBR source code and switch to that release tag:
$ git clone https://github.com/biometrics/openbr.git(link is external)
$ cd openbr
$ git checkout (eg: git checkout v1.1.0)
$ git submodule init
$ git submodule update -
Build OpenBR by following the Build Instructions(link is external) for your OS.