Changes between Version 17 and Version 18 of GeoDjangoInstall


Ignore:
Timestamp:
Sep 27, 2007, 4:34:11 PM (17 years ago)
Author:
Igor Támara
Comment:

added swig to geos dependencies in etch

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoInstall

    v17 v18  
    4040   * ''See'' Mateusz Loskot (GEOS lead developer), [http://lists.refractions.net/pipermail/geos-devel/2007-August/002936.html Note about GEOS 3.0.0 release].
    4141 * !GeoDjango has its own GEOS {{{ctypes}}} wrapper; you do ''not'' need to enable the existing GEOS Python bindings.
    42    * {{{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]
     42   * {{{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 etch you can use python-ctypes and don't forget to install swig.
    4343 * Configure, make, and install.
    4444{{{
     45$ apt-get install swig
    4546$ ./configure
    4647$ make
Back to Top