Skip to content

Commit

Permalink
updated docs to suggest using the lastest tagged release, fixed inden…
Browse files Browse the repository at this point in the history
…tation
  • Loading branch information
jklontz committed Oct 1, 2014
1 parent 8bc19d3 commit 614fdb7
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions openbr/openbr_export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
*
* \section installation_from_source From Source
* Installation from source is the recommended method for getting OpenBR on your machine.
* <b>If you are interested in our off-the-shelf algorithms, please use the latest tagged release instead of the master branch.</b>
* If you need a little help getting started, choose from the list of build instructions for free C++ compilers below:
* - \subpage windows_msvc
* - \subpage osx_clang
Expand Down Expand Up @@ -121,6 +122,7 @@
$ cd /c
$ git clone https://github.com/biometrics/openbr.git
$ cd openbr
$ git checkout 0.5
$ git submodule init
$ git submodule update
\endcode
Expand Down Expand Up @@ -189,6 +191,7 @@
\code
$ git clone https://github.com/biometrics/openbr.git
$ cd openbr
$ git checkout 0.5
$ git submodule init
$ git submodule update
\endcode
Expand Down Expand Up @@ -275,6 +278,7 @@
\code
$ git clone https://github.com/biometrics/openbr.git
$ cd openbr
$ git checkout 0.5
$ git submodule init
$ git submodule update
\endcode
Expand Down Expand Up @@ -363,6 +367,7 @@
\code
$ git clone https://github.com/biometrics/openbr.git
$ cd openbr
$ git checkout 0.5
$ git submodule init
$ git submodule update
\endcode
Expand All @@ -383,11 +388,11 @@
\endcode
*/

/*!
* \page help Help
* - Developer mailing list: <a href="https://groups.google.com/forum/?fromgroups#!forum/openbr-dev">[email protected]</a>
* - IRC Channel: <a href="http://webchat.freenode.net/?channels=openbr">irc.freenode.net\#openbr</a>
*/
/*!
* \page help Help
* - Developer mailing list: <a href="https://groups.google.com/forum/?fromgroups#!forum/openbr-dev">[email protected]</a>
* - IRC Channel: <a href="http://webchat.freenode.net/?channels=openbr">irc.freenode.net\#openbr</a>
*/

/*!
* \page qmake_integration QMake Integration
Expand Down

0 comments on commit 614fdb7

Please sign in to comment.