Commit e934f8d6c76414ece668981c8cb1cd5a042255f7
1 parent
e8a6a614
updated docs to suggest using the lastest tagged release, fixed indentation
Showing
1 changed file
with
10 additions
and
5 deletions
openbr/openbr_export.cpp
| ... | ... | @@ -55,6 +55,7 @@ |
| 55 | 55 | * |
| 56 | 56 | * \section installation_from_source From Source |
| 57 | 57 | * Installation from source is the recommended method for getting OpenBR on your machine. |
| 58 | + * <b>If you are interested in our off-the-shelf algorithms, please use the latest tagged release instead of the master branch.</b> | |
| 58 | 59 | * If you need a little help getting started, choose from the list of build instructions for free C++ compilers below: |
| 59 | 60 | * - \subpage windows_msvc |
| 60 | 61 | * - \subpage osx_clang |
| ... | ... | @@ -121,6 +122,7 @@ $ br -help |
| 121 | 122 | $ cd /c |
| 122 | 123 | $ git clone https://github.com/biometrics/openbr.git |
| 123 | 124 | $ cd openbr |
| 125 | + $ git checkout 0.5 | |
| 124 | 126 | $ git submodule init |
| 125 | 127 | $ git submodule update |
| 126 | 128 | \endcode |
| ... | ... | @@ -189,6 +191,7 @@ $ br -help |
| 189 | 191 | \code |
| 190 | 192 | $ git clone https://github.com/biometrics/openbr.git |
| 191 | 193 | $ cd openbr |
| 194 | + $ git checkout 0.5 | |
| 192 | 195 | $ git submodule init |
| 193 | 196 | $ git submodule update |
| 194 | 197 | \endcode |
| ... | ... | @@ -275,6 +278,7 @@ $ br -help |
| 275 | 278 | \code |
| 276 | 279 | $ git clone https://github.com/biometrics/openbr.git |
| 277 | 280 | $ cd openbr |
| 281 | + $ git checkout 0.5 | |
| 278 | 282 | $ git submodule init |
| 279 | 283 | $ git submodule update |
| 280 | 284 | \endcode |
| ... | ... | @@ -363,6 +367,7 @@ $ br -help |
| 363 | 367 | \code |
| 364 | 368 | $ git clone https://github.com/biometrics/openbr.git |
| 365 | 369 | $ cd openbr |
| 370 | + $ git checkout 0.5 | |
| 366 | 371 | $ git submodule init |
| 367 | 372 | $ git submodule update |
| 368 | 373 | \endcode |
| ... | ... | @@ -383,11 +388,11 @@ $ br -help |
| 383 | 388 | \endcode |
| 384 | 389 | */ |
| 385 | 390 | |
| 386 | - /*! | |
| 387 | - * \page help Help | |
| 388 | - * - Developer mailing list: <a href="https://groups.google.com/forum/?fromgroups#!forum/openbr-dev">openbr-dev@googlegroups.com</a> | |
| 389 | - * - IRC Channel: <a href="http://webchat.freenode.net/?channels=openbr">irc.freenode.net\#openbr</a> | |
| 390 | - */ | |
| 391 | +/*! | |
| 392 | + * \page help Help | |
| 393 | + * - Developer mailing list: <a href="https://groups.google.com/forum/?fromgroups#!forum/openbr-dev">openbr-dev@googlegroups.com</a> | |
| 394 | + * - IRC Channel: <a href="http://webchat.freenode.net/?channels=openbr">irc.freenode.net\#openbr</a> | |
| 395 | + */ | |
| 391 | 396 | |
| 392 | 397 | /*! |
| 393 | 398 | * \page qmake_integration QMake Integration | ... | ... |