标签:get ++ class clone tar 操作 targe bre window
iptux不能直接与Mac版的IPMessage进行文件传输,但是可以和Windows的IPMessage进行互通。如果要实现Ubuntu和Mac下互通,就必须编译同一套代码,因为使用C++写的,所以跨平台编译即可,操作如下:
完成后即可传文件等操作。
Ubuntu:
安装
sudo apt-get install iptux
启动
iptux
Mac:
安装
brew install autoconf gettext gtk+ gconf git clone git://github.com/iptux-src/iptux.git cd iptux ./configure CPPFLAGS="-I/usr/local/opt/gettext/include" PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig make sudo make install
启动
iptux
参考:
https://github.com/iptux-src/iptux
标签:get ++ class clone tar 操作 targe bre window
原文地址:http://www.cnblogs.com/EasonJim/p/7119431.html