星期六, 十月 20, 2012

Install qgo on Fedora





The qgo package is now an orphan Fedora package. This was once the only online GUI go (围棋) software on Fedora. Here I corrected the errors in the source codes. The installation guide is also included.


sudo yum groupinstall "X Software Development"
sudo yum install qt3-devel
cd /tmp
wget http://ihaiwtheoserv.umb.no/manuals/qgo.tar.gz
tar zxvf qgo.tar.gz
cd qgo-1.5.4
./configure
make
sudo make install
cd ..
rm -rf qgo*

Note: from Fedora 19, the first 2 commands can be merged to:
sudo yum install @"X Software Development" qt3-devel
PS: This is not needed any more. See http://xijiang.blogspot.no/2014/05/blog-post.html

没有评论: