5
5
< META HTTP-EQUIV ="Content-Type " CONTENT ="text/html; charset=iso-8859-1 ">
6
6
< TITLE > Quantum GIS (QGIS)</ TITLE >
7
7
8
- <!-- Included style.css -->
8
+ <!-- Included /home/fischer/src/qgis/doc/ style.css -->
9
9
< STYLE TYPE ="text/css ">
10
10
body { background : white;
11
11
color : black;
77
77
< DIV CLASS ="header " ID ="header ">
78
78
< H1 > Quantum GIS (QGIS)</ H1 >
79
79
< H2 > Building QGIS from source - step by step</ H2 >
80
- < H3 > Saturday August 04 , 2012</ H3 >
80
+ < H3 > Friday September 28 , 2012</ H3 >
81
81
</ DIV >
82
82
83
83
< DIV CLASS ="body " ID ="body ">
84
84
< P >
85
- Last Updated: Saturday August 04 , 2012
86
- Last Change : Saturday July 21 , 2012
85
+ Last Updated: Friday September 28 , 2012
86
+ Last Change : Friday September 28 , 2012
87
87
</ P >
88
88
< DIV CLASS ="toc ">
89
89
@@ -221,7 +221,7 @@ <H1>2. Overview</H1>
221
221
< LI > for postgis support and SPIT plugin - PostgreSQL >= 8.0.x
222
222
< LI > for gps plugin - expat >= 1.95 and gpsbabel
223
223
< LI > for mapserver export and PyQGIS - Python >= 2.3 (2.5+ preferred)
224
- < LI > for python support - SIP >= 4.8, PyQt >= must match Qt version
224
+ < LI > for python support - SIP >= 4.8, PyQt >= must match Qt version, Qscintilla2
225
225
< LI > for qgis mapserver - FastCGI
226
226
</ UL >
227
227
@@ -949,30 +949,25 @@ <H3>4.1.2. Other tools and dependencies</H3>
949
949
< LI > sip
950
950
< LI > spatialite
951
951
< LI > libspatialindex-devel
952
- </ UL >
953
-
954
- < P >
952
+ < LI > python-qscintilla
953
+ < P > </ P >
955
954
This will also select packages the above packages depend on.
956
- </ P >
957
- < P >
955
+ < P > </ P >
958
956
Additionally QGIS also needs the include file < CODE > unistd.h</ CODE > , which normally
959
957
doesn't exist on Windows. It's shipped with Flex/Bison in < CODE > GnuWin32\include</ CODE >
960
958
and needs to be copied into the < CODE > VC\include</ CODE > directory of your Visual C++
961
959
installation.
962
- </ P >
963
- < P >
960
+ < P > </ P >
964
961
Earlier versions of this document also covered how to build all above
965
962
dependencies. If you're interested in that, check the history of this page in the Wiki
966
963
or the SVN repository.
967
- </ P >
968
-
969
- < H3 > 4.1.3. Setting up the Visual Studio project with CMake</ H3 >
970
-
971
- < P >
964
+ < P > </ P >
965
+ === Setting up the Visual Studio project with CMake ===
966
+ < P > </ P >
972
967
To start a command prompt with an environment that both has the VC++ and the OSGeo4W
973
968
variables create the following batch file (assuming the above packages were
974
969
installed in the default locations):
975
- </ P >
970
+ < P > < /P >
976
971
977
972
< div class ="code "> < PRE >
978
973
@echo off
@@ -995,10 +990,10 @@ <H3>4.1.3. Setting up the Visual Studio project with CMake</H3>
995
990
@cmd
996
991
</ PRE > </ div >
997
992
998
- < P >
993
+ < P > </ P >
999
994
Start the batch file and on the command prompt checkout the QGIS source from
1000
995
git to the source directory < CODE > Quantum-GIS</ CODE > :
1001
- </ P >
996
+ </ UL >
1002
997
1003
998
< div class ="code "> < PRE >
1004
999
git clone git://github.com/qgis/Quantum-GIS.git
@@ -1055,7 +1050,7 @@ <H3>4.1.3. Setting up the Visual Studio project with CMake</H3>
1055
1050
directory or add their respective directories to your PATH.
1056
1051
</ P >
1057
1052
1058
- < H3 > 4.1.4 . Packaging</ H3 >
1053
+ < H3 > 4.1.3 . Packaging</ H3 >
1059
1054
1060
1055
< P >
1061
1056
To create a standalone installer there is a perl script named 'creatensis.pl'
@@ -1082,7 +1077,7 @@ <H3>4.1.4. Packaging</H3>
1082
1077
< A HREF ="http://cygwin.com "> http://cygwin.com</ A >
1083
1078
</ BLOCKQUOTE >
1084
1079
1085
- < H3 > 4.1.5 . Packaging your own build of QGIS</ H3 >
1080
+ < H3 > 4.1.4 . Packaging your own build of QGIS</ H3 >
1086
1081
1087
1082
< P >
1088
1083
Assuming you have completed the above packaging step, if you want to include
@@ -1110,7 +1105,7 @@ <H3>4.1.5. Packaging your own build of QGIS</H3>
1110
1105
of QGIS and all dependencies needed to run it on a windows machine.
1111
1106
</ P >
1112
1107
1113
- < H3 > 4.1.6 . Osgeo4w packaging</ H3 >
1108
+ < H3 > 4.1.5 . Osgeo4w packaging</ H3 >
1114
1109
1115
1110
< P >
1116
1111
The actual packaging process is currently not documented, for now please take a
@@ -2823,5 +2818,5 @@ <H1>8. Authors and Acknowledgments</H1>
2823
2818
2824
2819
</ DIV >
2825
2820
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
2826
- <!-- cmdline: txt2tags -o INSTALL.html -t html INSTALL.t2t -->
2821
+ <!-- cmdline: txt2tags -o/home/fischer/src/qgis/debian/build/doc/ INSTALL.html -t html /home/fischer/src/qgis/doc/ INSTALL.t2t -->
2827
2822
</ BODY > </ HTML >
0 commit comments