Changes between Version 41 and Version 42 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 11/12/10 15:46:02 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v41 v42 198 198 * http://wiki.openstreetmap.org/wiki/Osm2pgsql 199 199 200 Ot is recommended to use the latest version from source rather than an out of date package:200 It is recommended to use the latest version from source rather than an out of date package: 201 201 {{{ 202 202 apt-get install build-essential libxml2-dev libgeos-dev libpq-dev libbz2-dev proj autoconf subversion libtool … … 207 207 sed -i 's/-g -O2/-O2 -march=native -fomit-frame-pointer/' Makefile 208 208 make 209 make install 209 210 }}} 210 211