Changes between Version 24 and Version 25 of GeoDjangoInstall


Ignore:
Timestamp:
Dec 1, 2007, 11:56:06 AM (16 years ago)
Author:
Brett Hoerner
Comment:

Add two quick fixes for compiling GEOS on Leopard.

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoInstall

    v24 v25  
    4545 * !GeoDjango has its own GEOS `ctypes` wrapper; you do ''not'' need to enable the existing GEOS Python bindings.
    4646   * `ctypes` comes standard with Python 2.5.  If you run Python 2.4, `ctypes` may be [http://sourceforge.net/project/showfiles.php?group_id=71702&package_id=71318 downloaded here], but in Debian etch you may install the `python-ctypes` package.
     47 * If you are running Mac OS X 10.5 and using 3.0.0RC4 you will need to apply two quick hand-patches from [http://trac.osgeo.org/geos/ticket/162 here] and [http://lists.osgeo.org/pipermail/geos-devel/2007-November/003125.html here].
    4748 * Configure, make, and install (`g++` is required for compilation)
    4849{{{
     
    198199>>> test_geos.run()
    199200}}}
     201
Back to Top