Replies: 1 comment 1 reply
-
xmake will install them automatically, you need not write on_install |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose the target machine has compatible libc and libstdc++, what I do now is that using
xmake install --installdir=./dist
, then copy the dist directory to the target machine.If the project depends on other packages, I copy all of the *.so which can be found in
linkdirs
in theon_install
hook.I am wondering what is the best practice for deploying binaries.
Beta Was this translation helpful? Give feedback.
All reactions