Tag Archives: PostGIS

postgis的安装

postgis-0.9,postgresql-8.0.0beta4,geos 2.0.1 1. install geos 2.0.1 LDFLAGS=-lstdc++ ./configure make make install 2. modify ld.so.conf nano /etc/ld.so.conf # add /usr/local/lib /sbin/ldconfig 3. install postgresql ./configure make make install # and run with computer start 4. install postgis # modify Makefile.config # … Continue reading

Posted in GIS | Tagged , , , | 1 Comment