Skip to content

Commit

Permalink
add spatialindex to OSX install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kyngchaos committed May 3, 2012
1 parent 98f5bd4 commit 0bd078a
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 21 deletions.
37 changes: 26 additions & 11 deletions INSTALL
@@ -1,9 +1,9 @@
Quantum GIS (QGIS)
Building QGIS from source - step by step
Sunday April 08, 2012
Thursday May 03, 2012


Last Updated: Sunday April 08, 2012
Last Updated: Thursday May 03, 2012
Last Change : Saturday April 07, 2012


Expand Down Expand Up @@ -1323,7 +1323,22 @@ source folder and:
sudo make install


5.4.3. Additional Dependencies: Python
5.4.3. Additional Dependencies: Spatialindex
============================================

Get the libspatialindex sources:

http://download.osgeo.org/libspatialindex/

Double-click the source tarball to unpack, then, in Terminal.app, cd to the
source folder and:

./configure
make
sudo make install


5.4.4. Additional Dependencies: Python
======================================

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


5.4.4. Additional Dependencies: SIP
5.4.5. Additional Dependencies: SIP
===================================

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


5.4.5. Additional Dependencies: PyQt
5.4.6. Additional Dependencies: PyQt
====================================

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


5.4.6. Additional Dependencies: Qwt
5.4.7. Additional Dependencies: Qwt
===================================

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


5.4.7. Additional Dependencies: Bison
5.4.8. Additional Dependencies: Bison
=====================================

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


5.4.8. Additional Dependencies: gpsbabel
5.4.9. Additional Dependencies: gpsbabel
========================================

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


5.4.9. Optional Dependencies: libfcgi
=====================================
5.4.10. Optional Dependencies: libfcgi
======================================

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


5.4.10. Optional Dependencies: OSG & osgEarth
5.4.11. Optional Dependencies: OSG & osgEarth
=============================================

If you want the Globe plugin in QGIS (default OFF), OSG and osgEarth are needed.
Expand Down
39 changes: 29 additions & 10 deletions doc/INSTALL.html
Expand Up @@ -77,12 +77,12 @@
<DIV CLASS="header" ID="header">
<H1>Quantum GIS (QGIS)</H1>
<H2>Building QGIS from source - step by step</H2>
<H3>Sunday April 08, 2012</H3>
<H3>Thursday May 03, 2012</H3>
</DIV>

<DIV CLASS="body" ID="body">
<P>
Last Updated: Sunday April 08, 2012
Last Updated: Thursday May 03, 2012
Last Change : Saturday April 07, 2012
</P>
<DIV CLASS="toc">
Expand Down Expand Up @@ -1868,7 +1868,26 @@ <H3>5.4.2. Additional Dependencies: Expat</H3>
sudo make install
</PRE></div>

<H3>5.4.3. Additional Dependencies: Python</H3>
<H3>5.4.3. Additional Dependencies: Spatialindex</H3>

<P>
Get the libspatialindex sources:
</P>
<P>
<A HREF="http://download.osgeo.org/libspatialindex/">http://download.osgeo.org/libspatialindex/</A>
</P>
<P>
Double-click the source tarball to unpack, then, in Terminal.app, cd to the
source folder and:
</P>

<div class="code"><PRE>
./configure
make
sudo make install
</PRE></div>

<H3>5.4.4. Additional Dependencies: Python</H3>

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

<H3>5.4.4. Additional Dependencies: SIP</H3>
<H3>5.4.5. Additional Dependencies: SIP</H3>

<P>
Retrieve the python bindings toolkit SIP from
Expand Down Expand Up @@ -1977,7 +1996,7 @@ <H3>5.4.4. Additional Dependencies: SIP</H3>
sudo make install
</PRE></div>

<H3>5.4.5. Additional Dependencies: PyQt</H3>
<H3>5.4.6. Additional Dependencies: PyQt</H3>

<P>
Retrieve the python bindings toolkit for Qt from
Expand Down Expand Up @@ -2063,7 +2082,7 @@ <H3>5.4.5. Additional Dependencies: PyQt</H3>
Then make again.
</P>

<H3>5.4.6. Additional Dependencies: Qwt</H3>
<H3>5.4.7. Additional Dependencies: Qwt</H3>

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

<H3>5.4.7. Additional Dependencies: Bison</H3>
<H3>5.4.8. Additional Dependencies: Bison</H3>

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

<H3>5.4.8. Additional Dependencies: gpsbabel</H3>
<H3>5.4.9. Additional Dependencies: gpsbabel</H3>

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

<H3>5.4.9. Optional Dependencies: libfcgi</H3>
<H3>5.4.10. Optional Dependencies: libfcgi</H3>

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

<H3>5.4.10. Optional Dependencies: OSG &amp; osgEarth</H3>
<H3>5.4.11. Optional Dependencies: OSG &amp; osgEarth</H3>

<P>
If you want the Globe plugin in QGIS (default OFF), OSG and osgEarth are needed.
Expand Down
15 changes: 15 additions & 0 deletions doc/osx.t2t
Expand Up @@ -176,6 +176,21 @@ make
sudo make install
```

=== Additional Dependencies: Spatialindex ===

Get the libspatialindex sources:

http://download.osgeo.org/libspatialindex/

Double-click the source tarball to unpack, then, in Terminal.app, cd to the
source folder and:

```
./configure
make
sudo make install
```

=== Additional Dependencies: Python ===

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

0 comments on commit 0bd078a

Please sign in to comment.