如何使用包管理器下载已有的预编译包 #5427
Unanswered
BloodingKnight
asked this question in
Q&A
Replies: 2 comments 13 replies
-
有一个额外的需求就是,如果远程仓库中没有已经编译好的包,是否可以访问某个指定的url呢? |
Beta Was this translation helpful? Give feedback.
0 replies
-
走自动下载,看下 xmake-repo 里面的配置不就好了,里面全是的。 |
Beta Was this translation helpful? Give feedback.
13 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.
-
我有一些预编译包,手动下载到本地后,可以通过添加package的方式正常将他们加入到构件中,我该如何修改我的package 配置,让xmake能够自动帮我下载呢?
我尝试直接用
add_urls
与add_versions
但似乎安装后~/.xmake/packages/x/xxx 目录是空的Beta Was this translation helpful? Give feedback.
All reactions