Commit 521999f46e21f2de992de742171befb2c55982b4

Authored by Josh Klontz
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,7 +137,7 @@ $ br -help
137 * -# Browse to your prexisting build directory "C:\openbr\build-msvc2012" then select "Next". 137 * -# Browse to your prexisting build directory "C:\openbr\build-msvc2012" then select "Next".
138 * -# Clear any text in the "arguments" box then select "Run CMake" then "Finish". 138 * -# Clear any text in the "arguments" box then select "Run CMake" then "Finish".
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. 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 * -# <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. 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 * -# From the VS2012 x64 Cross Tools Command Prompt: 142 * -# From the VS2012 x64 Cross Tools Command Prompt:
143 * \code 143 * \code
@@ -216,7 +216,7 @@ $ br -help @@ -216,7 +216,7 @@ $ br -help
216 * -# Browse to your prexisting build directory "C:\openbr\build-mingw64" then select "Next". 216 * -# Browse to your prexisting build directory "C:\openbr\build-mingw64" then select "Next".
217 * -# Clear any text in the "arguments" box then select "Run CMake" then "Finish". 217 * -# Clear any text in the "arguments" box then select "Run CMake" then "Finish".
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. 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 * -# <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. 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 * -# From the MinGW-w64 Command Prompt: 221 * -# From the MinGW-w64 Command Prompt:
222 * \code 222 * \code
@@ -267,7 +267,7 @@ $ br -help @@ -267,7 +267,7 @@ $ br -help
267 * $ cd build 267 * $ cd build
268 * $ cmake -DCMAKE_PREFIX_PATH=~/Qt5.0.1/5.0.1/clang_64 -DCMAKE_BUILD_TYPE=Release .. 268 * $ cmake -DCMAKE_PREFIX_PATH=~/Qt5.0.1/5.0.1/clang_64 -DCMAKE_BUILD_TYPE=Release ..
269 * $ make -j4 269 * $ make -j4
270 - * $ make install 270 + * $ sudo make install
271 * \endcode 271 * \endcode
272 * -# Hack OpenBR! 272 * -# Hack OpenBR!
273 * -# Open Qt Creator IDE 273 * -# Open Qt Creator IDE
@@ -279,12 +279,12 @@ $ br -help @@ -279,12 +279,12 @@ $ br -help
279 * -# Browse to your prexisting build directory "~/openbr/build" then select "Continue". 279 * -# Browse to your prexisting build directory "~/openbr/build" then select "Continue".
280 * -# Select "Run CMake" then "Done". 280 * -# Select "Run CMake" then "Done".
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. 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 * \code 283 * \code
284 * $ cd openbr/build 284 * $ cd openbr/build
285 * $ make package 285 * $ make package
286 * \endcode 286 * \endcode
287 - * -# Build OpenBR documentation! 287 + * -# (Optional) Build OpenBR documentation!
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: 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 * \code 289 * \code
290 * $ cd ~/Downloads 290 * $ cd ~/Downloads
@@ -357,7 +357,7 @@ $ br -help @@ -357,7 +357,7 @@ $ br -help
357 * $ cd build 357 * $ cd build
358 * $ cmake -DCMAKE_PREFIX_PATH=~/Qt5.0.1/5.0.1/gcc_64 -DCMAKE_BUILD_TYPE=Release .. 358 * $ cmake -DCMAKE_PREFIX_PATH=~/Qt5.0.1/5.0.1/gcc_64 -DCMAKE_BUILD_TYPE=Release ..
359 * $ make -j4 359 * $ make -j4
360 - * $ make install 360 + * $ sudo make install
361 * \endcode 361 * \endcode
362 * -# Hack OpenBR! 362 * -# Hack OpenBR!
363 * -# Open Qt Creator IDE 363 * -# Open Qt Creator IDE
@@ -369,7 +369,7 @@ $ br -help @@ -369,7 +369,7 @@ $ br -help
369 * -# Browse to your prexisting build directory "~/openbr/build" then select "Next". 369 * -# Browse to your prexisting build directory "~/openbr/build" then select "Next".
370 * -# Select "Run CMake" then "Finish". 370 * -# Select "Run CMake" then "Finish".
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. 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 * \code 373 * \code
374 * $ cd openbr/build 374 * $ cd openbr/build
375 * $ make package 375 * $ make package
@@ -424,7 +424,7 @@ $ br -help @@ -424,7 +424,7 @@ $ br -help
424 * $ cd build-icc 424 * $ cd build-icc
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 .. 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 * $ make -j4 426 * $ make -j4
427 - * $ make install 427 + * $ sudo make install
428 * \endcode 428 * \endcode
429 * -# Hack OpenBR! 429 * -# Hack OpenBR!
430 * -# Open Qt Creator IDE 430 * -# Open Qt Creator IDE
@@ -436,7 +436,7 @@ $ br -help @@ -436,7 +436,7 @@ $ br -help
436 * -# Browse to your prexisting build directory "~/openbr/build" then select "Next". 436 * -# Browse to your prexisting build directory "~/openbr/build" then select "Next".
437 * -# Select "Run CMake" then "Finish". 437 * -# Select "Run CMake" then "Finish".
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. 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 * \code 440 * \code
441 * $ cd openbr/build 441 * $ cd openbr/build
442 * $ make package 442 * $ make package