Commit 2a7d9900232f02c11f948b8f1da3b0600ea29346
1 parent
befbbe54
doc tweaks
Showing
1 changed file
with
2 additions
and
2 deletions
openbr/openbr_export.cpp
| ... | ... | @@ -172,9 +172,9 @@ $ br -help |
| 172 | 172 | * $ mingw32-make install |
| 173 | 173 | * $ mingw32-make clean |
| 174 | 174 | * \endcode |
| 175 | - * -# <a href="http://download.qt-project.org/official_releases/qt/5.0/5.0.2/single/qt-everywhere-opensource-src-5.0.2.zip">Download and Unzip Qt 5.0.2</a>. | |
| 175 | + * -# <a href="http://download.qt-project.org/official_releases/qt/5.0/5.0.2/single/qt-everywhere-opensource-src-5.0.2.zip">Download and Unzip Qt 5.0.2</a> | |
| 176 | 176 | * -# Install Perl/Python/Ruby dependencies as explained in the "Windows" section of "README". Make sure they are added to "path" when given the option during installation. |
| 177 | - * -# <a href="http://www.microsoft.com/en-us/download/confirmation.aspx?id=6812">Download Direct X Software Developement Kit</a> and install. You may also need to install the latest OpenGL drivers from your graphics card manufacturer. | |
| 177 | + * -# <a href="http://www.microsoft.com/en-us/download/confirmation.aspx?id=6812">Download and Install Direct X Software Developement Kit</a>, you may also need to install the latest OpenGL drivers from your graphics card manufacturer. | |
| 178 | 178 | * -# From the MinGW-w64 Command Prompt: |
| 179 | 179 | * \code |
| 180 | 180 | * $ cd qt-everywhere-opensource-src-5.0.2 | ... | ... |