Skip to content

Commit

Permalink
add note about debug libraries to msvc INSTALL section
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15241 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Feb 22, 2011
1 parent d218d49 commit 25e8e48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/msvc.t2t
Expand Up @@ -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.

Expand Down

0 comments on commit 25e8e48

Please sign in to comment.