大家都知道,tmsnc是linux命令行下的msn客户端 我在官方网站上下载了tmsnc-0.3.1 之后 #cd tmsnc-0.3.1 #.configure #make && make install 之后没有任何异常,然后在命令行下敲入tmsnc 随即出现msn的登陆界面 T M S N C - Version 0.3.1 ...
by ProfessorTian - Linux系统管理 - 2009-01-13 11:03:58 阅读(1802) 回复(3)
tmsnc在linux下的应用(与linux服务器对话) http://phorum.study-area.org/viewtopic.php?t=32299&sid=94fb7b01b2a4f6b212aef42e0f888d36 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/3052/showart_70186.html
tmsnc (字符界面的msn messenger) 安装在 FreeBSD 5.4 #在home目录新建一个目录for installation cd ~ mkdir pkg cd pkg #确定openssl有安装,tmsnc需要openssl和ncurses(latest)支持 #如果FreeBSD5.4是默认安装的话,openssl的版本不需要更新, #但是ncurses需要更新。 wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.5.tar.gz wget http://ovh.dl.sourceforge.net/sourceforge/tmsnc/tmsnc-0.2.5.tar.gz #解压缩ncurses t...