Skip to content

Commit 0bd078a

Browse files
committed
add spatialindex to OSX install instructions
1 parent 98f5bd4 commit 0bd078a

File tree

3 files changed

+70
-21
lines changed

3 files changed

+70
-21
lines changed

INSTALL

+26-11
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Quantum GIS (QGIS)
22
Building QGIS from source - step by step
3-
Sunday April 08, 2012
3+
Thursday May 03, 2012
44

55

6-
Last Updated: Sunday April 08, 2012
6+
Last Updated: Thursday May 03, 2012
77
Last Change : Saturday April 07, 2012
88

99

@@ -1323,7 +1323,22 @@ source folder and:
13231323
sudo make install
13241324

13251325

1326-
5.4.3. Additional Dependencies: Python
1326+
5.4.3. Additional Dependencies: Spatialindex
1327+
============================================
1328+
1329+
Get the libspatialindex sources:
1330+
1331+
http://download.osgeo.org/libspatialindex/
1332+
1333+
Double-click the source tarball to unpack, then, in Terminal.app, cd to the
1334+
source folder and:
1335+
1336+
./configure
1337+
make
1338+
sudo make install
1339+
1340+
1341+
5.4.4. Additional Dependencies: Python
13271342
======================================
13281343

13291344
Leopard+ note: Starting with Leopard a usable Python is included
@@ -1340,7 +1355,7 @@ Python 3 is a major change, and may have compatibility issues, so try it at
13401355
your own risk.
13411356

13421357

1343-
5.4.4. Additional Dependencies: SIP
1358+
5.4.5. Additional Dependencies: SIP
13441359
===================================
13451360

13461361
Retrieve the python bindings toolkit SIP from
@@ -1399,7 +1414,7 @@ Then continue with compilation and installation:
13991414
sudo make install
14001415

14011416

1402-
5.4.5. Additional Dependencies: PyQt
1417+
5.4.6. Additional Dependencies: PyQt
14031418
====================================
14041419

14051420
Retrieve the python bindings toolkit for Qt from
@@ -1454,7 +1469,7 @@ QtOpenGL/makefile and add -undefined dynamic_lookup to LFLAGS.
14541469
Then make again.
14551470

14561471

1457-
5.4.6. Additional Dependencies: Qwt
1472+
5.4.7. Additional Dependencies: Qwt
14581473
===================================
14591474

14601475
The GPS tracking feature uses Qwt.
@@ -1480,7 +1495,7 @@ The Qwt shared library is now installed in /usr/local/qwt-5.x.x (x.x is
14801495
the minor.point version). Remember this for QGIS configuration.
14811496

14821497

1483-
5.4.7. Additional Dependencies: Bison
1498+
5.4.8. Additional Dependencies: Bison
14841499
=====================================
14851500

14861501
The version of bison available by default on Mac OS X is too old so you
@@ -1496,7 +1511,7 @@ tarball to unpack it, then cd to the source folder and:
14961511
sudo make install
14971512

14981513

1499-
5.4.8. Additional Dependencies: gpsbabel
1514+
5.4.9. Additional Dependencies: gpsbabel
15001515
========================================
15011516

15021517
For integrated GPS Tools functions, a gpsbabel executable is required. You can
@@ -1508,8 +1523,8 @@ Download the GPSBabel OS X package, and copy GPSBabelFE.app from the disk image
15081523
/Applications.
15091524

15101525

1511-
5.4.9. Optional Dependencies: libfcgi
1512-
=====================================
1526+
5.4.10. Optional Dependencies: libfcgi
1527+
======================================
15131528

15141529
If you want to use the QGIS Mapserver, you need libfcgi. This is included on
15151530
systems up through Snow Leopard, but was dropped at Lion. So, on Lion you need
@@ -1525,7 +1540,7 @@ tarball to unpack it, then cd to the source folder and:
15251540
sudo make install
15261541

15271542

1528-
5.4.10. Optional Dependencies: OSG & osgEarth
1543+
5.4.11. Optional Dependencies: OSG & osgEarth
15291544
=============================================
15301545

15311546
If you want the Globe plugin in QGIS (default OFF), OSG and osgEarth are needed.

doc/INSTALL.html

+29-10
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@
7777
<DIV CLASS="header" ID="header">
7878
<H1>Quantum GIS (QGIS)</H1>
7979
<H2>Building QGIS from source - step by step</H2>
80-
<H3>Sunday April 08, 2012</H3>
80+
<H3>Thursday May 03, 2012</H3>
8181
</DIV>
8282

8383
<DIV CLASS="body" ID="body">
8484
<P>
85-
Last Updated: Sunday April 08, 2012
85+
Last Updated: Thursday May 03, 2012
8686
Last Change : Saturday April 07, 2012
8787
</P>
8888
<DIV CLASS="toc">
@@ -1868,7 +1868,26 @@ <H3>5.4.2. Additional Dependencies: Expat</H3>
18681868
sudo make install
18691869
</PRE></div>
18701870

1871-
<H3>5.4.3. Additional Dependencies: Python</H3>
1871+
<H3>5.4.3. Additional Dependencies: Spatialindex</H3>
1872+
1873+
<P>
1874+
Get the libspatialindex sources:
1875+
</P>
1876+
<P>
1877+
<A HREF="http://download.osgeo.org/libspatialindex/">http://download.osgeo.org/libspatialindex/</A>
1878+
</P>
1879+
<P>
1880+
Double-click the source tarball to unpack, then, in Terminal.app, cd to the
1881+
source folder and:
1882+
</P>
1883+
1884+
<div class="code"><PRE>
1885+
./configure
1886+
make
1887+
sudo make install
1888+
</PRE></div>
1889+
1890+
<H3>5.4.4. Additional Dependencies: Python</H3>
18721891

18731892
<P>
18741893
<U>Leopard+ note:</U> Starting with Leopard a usable Python is included
@@ -1888,7 +1907,7 @@ <H3>5.4.3. Additional Dependencies: Python</H3>
18881907
your own risk.
18891908
</P>
18901909

1891-
<H3>5.4.4. Additional Dependencies: SIP</H3>
1910+
<H3>5.4.5. Additional Dependencies: SIP</H3>
18921911

18931912
<P>
18941913
Retrieve the python bindings toolkit SIP from
@@ -1977,7 +1996,7 @@ <H3>5.4.4. Additional Dependencies: SIP</H3>
19771996
sudo make install
19781997
</PRE></div>
19791998

1980-
<H3>5.4.5. Additional Dependencies: PyQt</H3>
1999+
<H3>5.4.6. Additional Dependencies: PyQt</H3>
19812000

19822001
<P>
19832002
Retrieve the python bindings toolkit for Qt from
@@ -2063,7 +2082,7 @@ <H3>5.4.5. Additional Dependencies: PyQt</H3>
20632082
Then make again.
20642083
</P>
20652084

2066-
<H3>5.4.6. Additional Dependencies: Qwt</H3>
2085+
<H3>5.4.7. Additional Dependencies: Qwt</H3>
20672086

20682087
<P>
20692088
The GPS tracking feature uses Qwt.
@@ -2098,7 +2117,7 @@ <H3>5.4.6. Additional Dependencies: Qwt</H3>
20982117
the minor.point version). Remember this for QGIS configuration.
20992118
</P>
21002119

2101-
<H3>5.4.7. Additional Dependencies: Bison</H3>
2120+
<H3>5.4.8. Additional Dependencies: Bison</H3>
21022121

21032122
<P>
21042123
The version of bison available by default on Mac OS X is too old so you
@@ -2120,7 +2139,7 @@ <H3>5.4.7. Additional Dependencies: Bison</H3>
21202139
sudo make install
21212140
</PRE></div>
21222141

2123-
<H3>5.4.8. Additional Dependencies: gpsbabel</H3>
2142+
<H3>5.4.9. Additional Dependencies: gpsbabel</H3>
21242143

21252144
<P>
21262145
For integrated GPS Tools functions, a gpsbabel executable is required. You can
@@ -2134,7 +2153,7 @@ <H3>5.4.8. Additional Dependencies: gpsbabel</H3>
21342153
/Applications.
21352154
</P>
21362155

2137-
<H3>5.4.9. Optional Dependencies: libfcgi</H3>
2156+
<H3>5.4.10. Optional Dependencies: libfcgi</H3>
21382157

21392158
<P>
21402159
If you want to use the QGIS Mapserver, you need libfcgi. This is included on
@@ -2155,7 +2174,7 @@ <H3>5.4.9. Optional Dependencies: libfcgi</H3>
21552174
sudo make install
21562175
</PRE></div>
21572176

2158-
<H3>5.4.10. Optional Dependencies: OSG &amp; osgEarth</H3>
2177+
<H3>5.4.11. Optional Dependencies: OSG &amp; osgEarth</H3>
21592178

21602179
<P>
21612180
If you want the Globe plugin in QGIS (default OFF), OSG and osgEarth are needed.

doc/osx.t2t

+15
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,21 @@ make
176176
sudo make install
177177
```
178178

179+
=== Additional Dependencies: Spatialindex ===
180+
181+
Get the libspatialindex sources:
182+
183+
http://download.osgeo.org/libspatialindex/
184+
185+
Double-click the source tarball to unpack, then, in Terminal.app, cd to the
186+
source folder and:
187+
188+
```
189+
./configure
190+
make
191+
sudo make install
192+
```
193+
179194
=== Additional Dependencies: Python ===
180195

181196
__Leopard+ note:__ Starting with Leopard a usable Python is included

0 commit comments

Comments
 (0)