Changes between Version 12 and Version 13 of GeoDjangoInstall


Ignore:
Timestamp:
Sep 27, 2007, 12:01:12 PM (17 years ago)
Author:
juanf.jaramillo@…
Comment:

Add a comment to install de GeoDjando

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoInstall

    v12 v13  
    3131}}}
    3232
     33Don't forget to use
     34
     35{{{
     36$ python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
     37}}}
     38
     39to detect the correct site-packages to use.
     40
    3341=== GEOS ===
    3442 * We have been developing using [http://geos.refractions.net/ GEOS] 3.0.0RC4, and have not tested using GEOS 2.x.  Despite the "RC" nomenclature, 3.0.0RC4 is quite stable, and will be renamed to 3.0.0 after FOSS4G.
     
    4250# make install
    4351}}}
     52
     53 * You must have g++ already installed.
    4454
    4555=== PROJ.4 ===
Back to Top