Commit a2b90fc4f68fa23b0ba5fcfd738b3b84e00632b9
1 parent
a0c20363
build instruction tweaks
Showing
1 changed file
with
2 additions
and
2 deletions
sdk/openbr_export.cpp
| @@ -108,7 +108,7 @@ $ br -help | @@ -108,7 +108,7 @@ $ br -help | ||
| 108 | * -# From the VS2012 x64 Cross Tools Command Prompt: | 108 | * -# From the VS2012 x64 Cross Tools Command Prompt: |
| 109 | * \code | 109 | * \code |
| 110 | * $ cd qt-everywhere-opensource-src-5.0.1 | 110 | * $ cd qt-everywhere-opensource-src-5.0.1 |
| 111 | - * $ configure -prefix C:\Qt\5.0.1\msvc2012 -opensource -nomake examples -nomake tests -no-opengl -no-webkit | 111 | + * $ configure -prefix C:\Qt\5.0.1\msvc2012 -opensource -nomake examples -nomake tests -no-opengl |
| 112 | * $ nmake | 112 | * $ nmake |
| 113 | * $ nmake install | 113 | * $ nmake install |
| 114 | * $ cd .. | 114 | * $ cd .. |
| @@ -187,7 +187,7 @@ $ br -help | @@ -187,7 +187,7 @@ $ br -help | ||
| 187 | * -# From the MinGW-w64 Command Prompt: | 187 | * -# From the MinGW-w64 Command Prompt: |
| 188 | * \code | 188 | * \code |
| 189 | * $ cd qt-everywhere-opensource-src-5.0.1 | 189 | * $ cd qt-everywhere-opensource-src-5.0.1 |
| 190 | - * $ configure -prefix C:\Qt\5.0.1\mingw64 -opensource -nomake examples -nomake tests -no-opengl -no-webkit | 190 | + * $ configure -prefix C:\Qt\5.0.1\mingw64 -opensource -nomake examples -nomake tests -no-opengl |
| 191 | * $ mingw32-make | 191 | * $ mingw32-make |
| 192 | * $ mingw32-make install | 192 | * $ mingw32-make install |
| 193 | * $ cd .. | 193 | * $ cd .. |