Skip to content

Commit a0c8b5c

Browse files
committedNov 25, 2012
t2t fixes
1 parent 349229f commit a0c8b5c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎doc/msvc.t2t

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
==Building with Microsoft Visual Studio==
33

44
This section describes how to build QGIS using Visual Studio on Windows. This
5-
is currently also who the binary QGIS packages are made (earlier versions used
5+
is currently also how the binary QGIS packages are made (earlier versions used
66
MinGW).
77

88
This section describes the setup required to allow Visual Studio to be used to
@@ -56,6 +56,7 @@ For the QGIS build you need to install following packages from OSGeo4W (select
5656
- libspatialindex-devel
5757
- python-qscintilla
5858

59+
5960
This will also select packages the above packages depend on.
6061

6162
Additionally QGIS also needs the include file ``unistd.h``, which normally
@@ -105,8 +106,8 @@ git clone git://github.com/qgis/Quantum-GIS.git
105106
Create a 'build' directory somewhere. This will be where all the build output
106107
will be generated.
107108

108-
Now run ``cmake-gui`` and in the //Where is the source code:// box, browse to
109-
the top level QGIS directory.
109+
Now run ``cmake-gui`` (still from ``cmd``) and in the //Where is the source code://
110+
box, browse to the top level QGIS directory.
110111

111112
In the //Where to build the binaries:// box, browse to the 'build' directory you
112113
created.

0 commit comments

Comments
 (0)
Please sign in to comment.