1、从官网下载Linux版本飞鸽传书(http://www.ipmsg.org.cn/)

2、解压后执行 ./QIpmsg

若报错 libstdc++.so.6: version `CXXABI_ARM_1.3.8' not found

说明libstdc++版本太低,需要执行以下命令:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test 
sudo apt-get update
sudo apt-get install libstdc++6

然后执行./QIpmsg,安装成功。

 

相关文章:

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