2012 年二月 一 二 三 四 五 六 日 « 一 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 近期评论
- wlx [微博 ] 发表在《google彻底被封?》
- snake 发表在《google彻底被封?》
- Andrew Pelt 发表在《debian testing上安装oracle 10g》
- tiplip 发表在《webmap.cn使用的WEBGIS技术》
- 求助Evolution问题!! 发表在《evolution crashed in gutsy alpha》
分类目录
标签
anjuta apache backup breezy c++ compile convert dapper debian dns edgy evolution feisty firefox flash gnome gobang GRASS gutsy humor intrepid Linux mailman MapServer mysql openoffice Oracle php phpbb postfix PostGIS postgresql qgis sarge scim skype subversion svn tomcat ubuntu utf8 westdc Windows wordpress 中文
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.
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
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
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
glovis 6.0的安装
开始没想到,安装glovis居然很有难度. 仔细看了install.txt,也看了pdf文档,还是有很多不清楚. 感觉其做的文档不够详细(明白?).