Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build on linux by shipping static lua #65

Merged
merged 1 commit into from
May 29, 2022

Conversation

CL-Jeremy
Copy link
Contributor

  • 修复一些之前提到的编译错误
  • 使用最新的 Lua 5.3 维护版本(5.3.6),在 Linux 下自动静态编译,直接链接并隐藏所有符号,以免和 mpv 链接的库冲突
  • Linux 下使用 gold 代替 GNU ld 提升链接速度
  • 改进 qmake 文件使 Linux 和 macOS 下的库搜索路径更合理(Mac 支持 Homebrew/MacPorts,Linux amd64 支持 deb/rpm 系)

Should fix #44.

@Protostars
Copy link
Collaborator

修改Lua后,windows能正常编译吗

@Protostars Protostars changed the base branch from master to dev May 29, 2022 05:03
@Protostars Protostars merged commit fc792cb into KikoPlayProject:dev May 29, 2022
@woyaojizhu8
Copy link

目前Kikoplay 最新版master 在ubuntu22.04 下编译后仍然无法运行,提示段错误,这个commit是一直没有合并进master吗?我看这个commit 合并进的KikoPlayProject:dev分支不知何故已经不存在了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Linux] 段错误
3 participants