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

Posted in GO, Linux | Tagged , , , , | 2 Comments

glGo 1.4 @dapper

默认的DEB包没有检查下面2个包,因此需要手工安装一下: sudo aptitude install libsdl-image1.2 sudo aptitude install libsdl-ttf2.0-0

Posted in GO, Linux | Tagged , , | Leave a comment