add note about debug libraries to msvc INSTALL section

git-svn-id: http://svn.osgeo.org/qgis/trunk@15241 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2011-02-22 20:46:03 +00:00
parent d218d49668
commit 25e8e48eff

View File

@ -117,9 +117,9 @@ Now close ``cmake-gui`` and continue on the command prompt by starting
``vcexpress``. Use File / Open / Project/Solutions and open the
qgis-x.y.z.sln File in your project directory.
You probably want to change the ``Solution Configuration`` from ``Debug``
to ``RelWithDebInfo`` (Release with Debug Info) or ``Release`` before you
build QGIS using the ALL_BUILD target.
Change ``Solution Configuration`` from ``Debug`` to ``RelWithDebInfo`` (Release
with Debug Info) or ``Release`` before you build QGIS using the ALL_BUILD
target (otherwise you need debug libraries that are not included).
After the build completed you should install QGIS using the INSTALL target.