码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu+Mac使用飞鸽传书iptux进行互通

时间:2017-07-05 09:56:58      阅读:277      评论:0      收藏:0      [点我收藏+]

标签: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

Ubuntu+Mac使用飞鸽传书iptux进行互通

标签:get   ++   class   clone   tar   操作   targe   bre   window   

原文地址:http://www.cnblogs.com/EasonJim/p/7119431.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!