Changes between Version 41 and Version 42 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
11/12/10 15:46:02 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v41 v42  
    198198 * http://wiki.openstreetmap.org/wiki/Osm2pgsql
    199199
    200 Ot is recommended to use the latest version from source rather than an out of date package:
     200It is recommended to use the latest version from source rather than an out of date package:
    201201{{{
    202202apt-get install build-essential libxml2-dev libgeos-dev libpq-dev libbz2-dev proj autoconf subversion libtool
     
    207207sed -i 's/-g -O2/-O2 -march=native -fomit-frame-pointer/' Makefile
    208208make
     209make install
    209210}}}
    210211