-
-
Notifications
You must be signed in to change notification settings - Fork 784
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
Improve installation #5335
Improve installation #5335
Conversation
312b845
to
6a405fa
Compare
我知道有这个,但是这个发行版一般不预装, cmake 下走的自己 native 实现,自己解析的。。后面有空也得这么搞。。不过短时间可以用第三方的应付下 |
I know this exists, but this distribution is generally not pre-installed. Basic components like 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. |
#5325
#5308
Roadmap
xmake pack
xmake install
set_prefixdir("/", {bindir, libdir, includedir})
to improve installation prefix directory in targetutils.binary.deplibs
module to dump dependent shared librariesadd_installfiles("", {public = true})
add_headerfiles("", {public = true})
add_rpathdirs("xxx", {installonly = true})
to set install rpath.set_policy("build.rpath", false)
to disable build rpath for targetset_policy("install.rpath", false)
to disable install rpath for targetutils.binary.rpath
module