红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

linux under the msn

linux under the msn

1.download amsn-0.97.2 from http://sourceforge.net/projects/amsn
2.tar -xjvf amsn-.97.2.tar.bz2
3.make sure that you have the tcl-dev and tk-dev packages installed on your system.
rpm -qa|grep tcl-dev
rpm -qa|grep tk-dev
if find nothing,please find the suiteable tcl-dev and tk-dev packages on your system installation media.
rpm -ivh tcl-devel-8.4.13-3.fc6.i386.rpm
rpm -ivh tk-devel-8.4.13-3.fc6.i386.rpm
4../configure
5.make
6.make install

TOP

发新话题