How to install package to specific directories? #3779
Unanswered
nekomiya-kasane
asked this question in
Q&A
Replies: 1 comment 2 replies
-
https://xmake.io/#/guide/configuration?id=xmake_pkg_installdir or enable require-lock, it will also install local build directory. https://xmake.io/#/package/remote_package?id=dependent-package-lock-and-upgrade |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I used
add_require
to fetch third-party libraries. XMake fetch them toC:\Users\username\AppData\Local\.xmake\packages
, how can I redefine this path so as to make it installed into/root/to/my/project/third_party
(functions only for the current project, not globally)?Beta Was this translation helpful? Give feedback.
All reactions