File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
==Building with Microsoft Visual Studio==
3
3
4
4
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
6
6
MinGW).
7
7
8
8
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
56
56
- libspatialindex-devel
57
57
- python-qscintilla
58
58
59
+
59
60
This will also select packages the above packages depend on.
60
61
61
62
Additionally QGIS also needs the include file ``unistd.h``, which normally
@@ -105,8 +106,8 @@ git clone git://github.com/qgis/Quantum-GIS.git
105
106
Create a 'build' directory somewhere. This will be where all the build output
106
107
will be generated.
107
108
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.
110
111
111
112
In the //Where to build the binaries:// box, browse to the 'build' directory you
112
113
created.
You can’t perform that action at this time.
0 commit comments