diff --git a/openbr/openbr_export.cpp b/openbr/openbr_export.cpp index a3f8102..3f3a9cc 100644 --- a/openbr/openbr_export.cpp +++ b/openbr/openbr_export.cpp @@ -101,8 +101,19 @@ $ br -help * $ nmake install * $ nmake clean * \endcode - * -# Download Qt 5.0.1 and install. +* -# Download Qt 5.0.1 and unzip. + * -# 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. * -# Download Direct X Software Developement Kit and install. + * -# 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 -confirm-license -nomake examples -nomake tests + * $ nmake + * $ nmake install + * $ cd .. + * $ rmdir /Q /S qt-everywhere-opensource-src-5.0.1 + * \endcode + * -# nmake will take several hours to finish. * -# Create a GitHub account and follow their instructions for setting up Git. * -# Launch "Git Bash" from the Desktop and clone OpenBR: * \code @@ -118,7 +129,7 @@ $ br -help * $ cd C:\openbr * $ mkdir build-msvc2012 * $ cd build-msvc2012 - * $ cmake -G "CodeBlocks - NMake Makefiles" -DCMAKE_PREFIX_PATH="C:/OpenCV-2.4.4/build-msvc2012/install;C:/Qt/Qt5.0.1/5.0.1/msvc2012_64" -DCMAKE_INSTALL_PREFIX="./install" -DBR_INSTALL_DEPENDENCIES=ON -DCMAKE_BUILD_TYPE=Release .. + * $ cmake -G "CodeBlocks - NMake Makefiles" -DCMAKE_PREFIX_PATH="C:/OpenCV-2.4.4/build-msvc2012/install;C:/Qt/5.0.1/msvc2012" -DCMAKE_INSTALL_PREFIX="./install" -DBR_INSTALL_DEPENDENCIES=ON -DCMAKE_BUILD_TYPE=Release .. * $ nmake * $ nmake install * \endcode