iptux不能直接与Mac版的IPMessage进行文件传输,但是可以和Windows的IPMessage进行互通。如果要实现Ubuntu和Mac下互通,就必须编译同一套代码,因为使用C++写的,所以跨平台编译即可,操作如下:

完成后即可传文件等操作。

Ubuntu:

安装

sudo apt-get install iptux

启动

iptux

Mac:

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

相关文章:

  • 2021-05-20
  • 2021-08-25
  • 2021-11-01
  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
猜你喜欢
  • 2022-01-20
  • 2021-07-06
  • 2022-12-23
  • 2022-01-23
  • 2022-12-23
  • 2022-01-07
  • 2021-09-19
相关资源
相似解决方案