Changes between Version 12 and Version 13 of GeoDjangoInstall
- Timestamp:
- Sep 27, 2007, 12:01:12 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoInstall
v12 v13 31 31 }}} 32 32 33 Don't forget to use 34 35 {{{ 36 $ python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()" 37 }}} 38 39 to detect the correct site-packages to use. 40 33 41 === GEOS === 34 42 * 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. … … 42 50 # make install 43 51 }}} 52 53 * You must have g++ already installed. 44 54 45 55 === PROJ.4 ===