Commit 5c84b9d18ffab4e3e2c49f79ccfb2dea3e3a8611

Authored by Josh Klontz
1 parent 122800ec

doc tweaks

Showing 1 changed file with 4 additions and 3 deletions
sdk/openbr_export.cpp
... ... @@ -27,11 +27,12 @@
27 27 * - \ref cpp_plugin_sdk - \copybrief cpp_plugin_sdk
28 28 *
29 29 * \section get_started Get Started
30   - * - \ref installation
  30 + * - \ref installation - \copybrief installation
31 31 */
32 32  
33 33 /*!
34 34 * \page installation Installation
  35 + * \brief A hacker's guide to building, editing, and running the source code.
35 36 *
36 37 * \section installation_from_source From Source
37 38 * Installation from source is the recommended method for getting OpenBR on your machine.
... ... @@ -139,7 +140,7 @@ $ br -help
139 140 * -# From the Qt Creator "File" menu select "Open File or Project...".
140 141 * -# Select "C:\openbr\CMakeLists.txt" then "Open".
141 142 * -# Browse to your prexisting build directory "C:\openbr\build-msvc2012" then select "Next".
142   - * -# Replace the text in the "arguments" box with '-D CMAKE_PREFIX_PATH="C:/OpenCV-2.4.3/build-msvc2012/install" -D QT_QMAKE_EXECUTABLE="C:/Qt/4.8.4/bin/qmake" -D BR_INSTALL_DEPENDENCIES=ON -D CMAKE_BUILD_TYPE=Release ..' then select "Run CMake" then "Finish".
  143 + * -# Clear any text in the "arguments" box then select "Run CMake" then "Finish".
143 144 * -# 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.
144 145 */
145 146  
... ... @@ -208,7 +209,7 @@ $ br -help
208 209 * -# From the Qt Creator "File" menu select "Open File or Project...".
209 210 * -# Select "C:\openbr\CMakeLists.txt" then "Open".
210 211 * -# Browse to your prexisting build directory "C:\openbr\build-mingw64" then select "Next".
211   - * -# Replace the text in the "arguments" box with '-D CMAKE_RC_COMPILER="C:/mingw64/bin/windres.exe" -D CMAKE_PREFIX_PATH="C:/OpenCV-2.4.3/build-mingw64/install" -D QT_QMAKE_EXECUTABLE="C:/qt-everywhere-opensource-src-4.8.4/bin/qmake" -D BR_INSTALL_DEPENDENCIES=ON -D CMAKE_BUILD_TYPE=Release ..' then select "Run CMake" then "Finish".
  212 + * -# Clear any text in the "arguments" box then select "Run CMake" then "Finish".
212 213 * -# 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.
213 214 */
214 215  
... ...