Tag Archives: install

Howto: compile and install ossim in ubuntu edgy

Firstly, you should install some packages which is needed by the compile and installation, and you can see the dependency here.

Posted in GIS | Tagged , , , , , | Leave a comment

gdal.sh自动更新安装

为了gdal更新的方便,写了一个简单的shell脚本: cd /root/gdal/ cvs update ./configure –with-hdf4 –with-netcdf –with-pg=/usr/local/pgsql/bin/pg_config –with-geos –with-libtiff=internal –with-static-proj4 –with-grass=/usr/local/grass-5.7.cvs make clean make make install

Posted in Computer, GIS, RS | Tagged , , , | Leave a comment

qgis-0.5.0在debian下的编译

qgis-0.5.0在debian下的安装需要修改以下编译文件。 debian下的qt3是放在/usr/include/qt3的目录下(qt-3.3) 1. install qt3 apt-get install libqt3-dev apt-get install libqt3-mt-dev apt-get install libqt3-compat-headers apt-get install automake1.8 2.modify configure search qglobal.h 把几个qt的地方换成qt3 3.modify acinclude.m4 同2操作 好象还有一个.sh文件需要修改,$QTDIR变量好象没传进来,直接改为绝对路径就可以了。 4. install ./configure –with-qtdir=/usr –with-postgresql=/usr/local/pgsql/bin make make install

Posted in GIS | Tagged , , , | Leave a comment

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

glovis 6.0的安装

开始没想到,安装glovis居然很有难度. 仔细看了install.txt,也看了pdf文档,还是有很多不清楚. 感觉其做的文档不够详细(明白?).

Posted in Computer, RS | Tagged , | Leave a comment