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: debuild
Compile & install GRASS 6.4 on ubuntu intrepid
首先,需要自己重新编译GDAL,目前UBUNTU源里的GDAL有BUG。 然后,从svn中下载grass 6.4: svn co https://svn.osgeo.org/grass/grass/branches/develbranch_6 grass-6.4 cd grass-6.4/debian svn://svn.debian.org/pkg-grass/packages/grass/branches/6.4/debian debiangis mv debiangis/* . 目前,这个DEB控制还有点小问题,需要自己作些修改: nano grass.conf 把路径修改为: /usr/lib/grass64/lib 然后修改grass-preview-doc.links,修改为: usr/share/doc/grass-preview-doc/html usr/lib/grass64/docs/html 还需要连接一个so库: locate _gdi_.so 我的机器上有两个地址,一个是python 2.4,一个是python 2.5,我选择了python 2.5的地址,然后作了个连接: sudo ln -s /usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_gdi_.so /usr/loca/lib/libgdi.so 然后就可以编译了: debuild binary 然后就可以安装了,你若不想安装,可以使用我已经编译好的,(添加我自己的源): http://ubuntu.westgis.ac.cn/ubuntu 然后sudo … Continue reading