ipmsg是个不错的局域网通讯软件,非常小巧,无需服务器端,使用非常方便。
在Linux下使用需要自行编译。
在官方网站下载源码:http://www.ipmsg.org/index.html.en
解压后需要修改源码以支持中文:
文件:src/codeset.c
原文:#define IPMSG_PROTO_CODE "CP932"
改成:#define IPMSG_PROTO_CODE "GBK"
然后,编译之,为了方便在任务栏运行,加编译参数:--enable-systray
./configure --enable-systray
make
make install
运行 g2ipmsg就OK了。
jiayingjie 于 2007-04-01 23:54:56发表:
编译的时候,输入make,显示make:***No targets specified and no makefile found.stop.,请问怎么回事?
jiayingjie 于 2007-04-01 23:53:33发表:
编译的时候,输入make,显示make:***No targets specified and no makefile found.stop.,请问怎么回事?