Commit a2b90fc4f68fa23b0ba5fcfd738b3b84e00632b9

Authored by Josh Klontz
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 108 * -# From the VS2012 x64 Cross Tools Command Prompt:
109 109 * \code
110 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 112 * $ nmake
113 113 * $ nmake install
114 114 * $ cd ..
... ... @@ -187,7 +187,7 @@ $ br -help
187 187 * -# From the MinGW-w64 Command Prompt:
188 188 * \code
189 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 191 * $ mingw32-make
192 192 * $ mingw32-make install
193 193 * $ cd ..
... ...