xmake-io / xmake

🔥 A cross-platform build utility based on Lua
https://xmake.io
Apache License 2.0
9.87k stars 776 forks source link

Improve installation #5335

Closed waruqi closed 2 months ago

waruqi commented 2 months ago

https://github.com/xmake-io/xmake/issues/5325 https://github.com/xmake-io/xmake/issues/5308

Roadmap

ChrisCatCP commented 2 months ago

https://github.com/NixOS/patchelf

waruqi commented 2 months ago

https://github.com/NixOS/patchelf

我知道有这个,但是这个发行版一般不预装, xmake install 这种基础组件还要用第三方依赖,毕竟不可靠。。macos 下那个是 基本就自带了,所以问题不大。

cmake 下走的自己 native 实现,自己解析的。。后面有空也得这么搞。。不过短时间可以用第三方的应付下

Issues-translate-bot commented 2 months ago

Bot detected the issue body's language is not English, translate it automatically.


https://github.com/NixOS/patchelf

I know this exists, but this distribution is generally not pre-installed. Basic components like xmake install also require third-party dependencies, which are unreliable after all. . The one under macos basically comes with it, so it’s not a big problem.

The native implementation is implemented under cmake and parsed by itself. . I have to do this later when I have time. . But in the short term, you can use a third party to deal with it.