Commit 521999f46e21f2de992de742171befb2c55982b4
1 parent
6679e375
doc tweaks
Showing
1 changed file
with
9 additions
and
9 deletions
sdk/openbr_export.cpp
| ... | ... | @@ -137,7 +137,7 @@ $ br -help |
| 137 | 137 | * -# Browse to your prexisting build directory "C:\openbr\build-msvc2012" then select "Next". |
| 138 | 138 | * -# Clear any text in the "arguments" box then select "Run CMake" then "Finish". |
| 139 | 139 | * -# You're all set! You can find more information on Qt Creator <a href="http://qt-project.org/doc/qtcreator-2.6/">here</a> if you need. |
| 140 | - * -# Package OpenBR! | |
| 140 | + * -# (Optional) Package OpenBR! | |
| 141 | 141 | * -# <a href="http://sourceforge.net/projects/nsis/files/NSIS%202/2.46/nsis-2.46-setup.exe/download?use_mirror=iweb&download=">Download NSIS 2.46</a> and install. |
| 142 | 142 | * -# From the VS2012 x64 Cross Tools Command Prompt: |
| 143 | 143 | * \code |
| ... | ... | @@ -216,7 +216,7 @@ $ br -help |
| 216 | 216 | * -# Browse to your prexisting build directory "C:\openbr\build-mingw64" then select "Next". |
| 217 | 217 | * -# Clear any text in the "arguments" box then select "Run CMake" then "Finish". |
| 218 | 218 | * -# You're all set! You can find more information on Qt Creator <a href="http://qt-project.org/doc/qtcreator-2.6/">here</a> if you need. |
| 219 | - * -# Package OpenBR! | |
| 219 | + * -# (Optional) Package OpenBR! | |
| 220 | 220 | * -# <a href="http://sourceforge.net/projects/nsis/files/NSIS%202/2.46/nsis-2.46-setup.exe/download?use_mirror=iweb&download=">Download NSIS 2.46</a> and install. |
| 221 | 221 | * -# From the MinGW-w64 Command Prompt: |
| 222 | 222 | * \code |
| ... | ... | @@ -267,7 +267,7 @@ $ br -help |
| 267 | 267 | * $ cd build |
| 268 | 268 | * $ cmake -DCMAKE_PREFIX_PATH=~/Qt5.0.1/5.0.1/clang_64 -DCMAKE_BUILD_TYPE=Release .. |
| 269 | 269 | * $ make -j4 |
| 270 | - * $ make install | |
| 270 | + * $ sudo make install | |
| 271 | 271 | * \endcode |
| 272 | 272 | * -# Hack OpenBR! |
| 273 | 273 | * -# Open Qt Creator IDE |
| ... | ... | @@ -279,12 +279,12 @@ $ br -help |
| 279 | 279 | * -# Browse to your prexisting build directory "~/openbr/build" then select "Continue". |
| 280 | 280 | * -# Select "Run CMake" then "Done". |
| 281 | 281 | * -# You're all set! You can find more information on Qt Creator <a href="http://qt-project.org/doc/qtcreator">here</a> if you need. |
| 282 | - * -# Package OpenBR! | |
| 282 | + * -# (Optional) Package OpenBR! | |
| 283 | 283 | * \code |
| 284 | 284 | * $ cd openbr/build |
| 285 | 285 | * $ make package |
| 286 | 286 | * \endcode |
| 287 | - * -# Build OpenBR documentation! | |
| 287 | + * -# (Optional) Build OpenBR documentation! | |
| 288 | 288 | * -# <a href="ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.2.src.tar.gz">Download Doxygen 1.8.2</a> and install: |
| 289 | 289 | * \code |
| 290 | 290 | * $ cd ~/Downloads |
| ... | ... | @@ -357,7 +357,7 @@ $ br -help |
| 357 | 357 | * $ cd build |
| 358 | 358 | * $ cmake -DCMAKE_PREFIX_PATH=~/Qt5.0.1/5.0.1/gcc_64 -DCMAKE_BUILD_TYPE=Release .. |
| 359 | 359 | * $ make -j4 |
| 360 | - * $ make install | |
| 360 | + * $ sudo make install | |
| 361 | 361 | * \endcode |
| 362 | 362 | * -# Hack OpenBR! |
| 363 | 363 | * -# Open Qt Creator IDE |
| ... | ... | @@ -369,7 +369,7 @@ $ br -help |
| 369 | 369 | * -# Browse to your prexisting build directory "~/openbr/build" then select "Next". |
| 370 | 370 | * -# Select "Run CMake" then "Finish". |
| 371 | 371 | * -# You're all set! You can find more information on Qt Creator <a href="http://qt-project.org/doc/qtcreator-2.6/">here</a> if you need. |
| 372 | - * -# Package OpenBR! | |
| 372 | + * -# (Optional) Package OpenBR! | |
| 373 | 373 | * \code |
| 374 | 374 | * $ cd openbr/build |
| 375 | 375 | * $ make package |
| ... | ... | @@ -424,7 +424,7 @@ $ br -help |
| 424 | 424 | * $ cd build-icc |
| 425 | 425 | * $ cmake -DCMAKE_C_COMPILER=/opt/intel/bin/icc -DCMAKE_CXX_COMPILER=/opt/intel/bin/icpc -DCMAKE_PREFIX_PATH=~/Qt5.0.1/5.0.1/gcc_64 -DCMAKE_BUILD_TYPE=Release .. |
| 426 | 426 | * $ make -j4 |
| 427 | - * $ make install | |
| 427 | + * $ sudo make install | |
| 428 | 428 | * \endcode |
| 429 | 429 | * -# Hack OpenBR! |
| 430 | 430 | * -# Open Qt Creator IDE |
| ... | ... | @@ -436,7 +436,7 @@ $ br -help |
| 436 | 436 | * -# Browse to your prexisting build directory "~/openbr/build" then select "Next". |
| 437 | 437 | * -# Select "Run CMake" then "Finish". |
| 438 | 438 | * -# You're all set! You can find more information on Qt Creator <a href="http://qt-project.org/doc/qtcreator-2.6/">here</a> if you need. |
| 439 | - * -# Package OpenBR! | |
| 439 | + * -# (Optional) Package OpenBR! | |
| 440 | 440 | * \code |
| 441 | 441 | * $ cd openbr/build |
| 442 | 442 | * $ make package | ... | ... |