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: glgo
ubuntu feisty下安装glGo 1.4
从官方下载deb包。 在ubuntu feisty下,安装glGo还需要以下包: sudo aptitude install libsdl-image1.2 libsdl-ttf2.0-0 python2.4 然后再安装glgo: sudo dpkg -i glGo-1.4.deb 这样就已经可以在终端上运行了,若想让其加入到game菜单上,还需要制作一个glgo.desktop文件 sudo nano /usr/share/applications/glgo.desktop 文件内容如下: [Desktop Entry] Encoding=UTF-8 Name=glGo GenericName=glGo Game Comment=A 3D and 2D Goban, SGF editor, client for IGS-PandaNet and interface for GNU Go. … Continue reading
glGo 1.4 @dapper
默认的DEB包没有检查下面2个包,因此需要手工安装一下: sudo aptitude install libsdl-image1.2 sudo aptitude install libsdl-ttf2.0-0