1 Star 0 Fork 9

fanbal / love2dCS

forked from endlesstravel / love2dCS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install-linux.md 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
endlesstravel 提交于 2018-10-31 23:00 . fix error on copy utf8 byte

debian 9

出现

  • load library error: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /home/yx/love/AppImage_run/liblove.so)

  • 使用 ldd --version 查看 glibc 版本号 : ldd (Debian GLIBC 2.24-11+deb9u3) 2.24

  • 解决方式1 :升级 libc6

sudo apt-get update
sudo apt-get install libc6
  • 解决方式2 :重新编译一个低版本的

dependence:

  • libSDL2
 sudo apt-get install libSDL2
C#
1
https://gitee.com/fanbal/love2dCS.git
git@gitee.com:fanbal/love2dCS.git
fanbal
love2dCS
love2dCS
master

搜索帮助