From a2b90fc4f68fa23b0ba5fcfd738b3b84e00632b9 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Thu, 21 Feb 2013 15:06:49 -0500 Subject: [PATCH] build instruction tweaks --- sdk/openbr_export.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/openbr_export.cpp b/sdk/openbr_export.cpp index 869d17e..53a5753 100644 --- a/sdk/openbr_export.cpp +++ b/sdk/openbr_export.cpp @@ -108,7 +108,7 @@ $ br -help * -# From the VS2012 x64 Cross Tools Command Prompt: * \code * $ cd qt-everywhere-opensource-src-5.0.1 - * $ configure -prefix C:\Qt\5.0.1\msvc2012 -opensource -nomake examples -nomake tests -no-opengl -no-webkit + * $ configure -prefix C:\Qt\5.0.1\msvc2012 -opensource -nomake examples -nomake tests -no-opengl * $ nmake * $ nmake install * $ cd .. @@ -187,7 +187,7 @@ $ br -help * -# From the MinGW-w64 Command Prompt: * \code * $ cd qt-everywhere-opensource-src-5.0.1 - * $ configure -prefix C:\Qt\5.0.1\mingw64 -opensource -nomake examples -nomake tests -no-opengl -no-webkit + * $ configure -prefix C:\Qt\5.0.1\mingw64 -opensource -nomake examples -nomake tests -no-opengl * $ mingw32-make * $ mingw32-make install * $ cd .. -- libgit2 0.21.4