简体   繁体   English

没有存储库的钢筋依赖性

[英]rebar dependency without repository

I have rebar project with dependencies, so after clean when I run rebar compile, it downloads dependencies (for git runs git clone, looks like), runs configure for them and then compiles everything. 我有带有依赖项的rebar项目,因此在清理后,当我运行rebar compile时,它会下载依赖项(对于git运行git clone,看起来像),为它们运行configure,然后编译所有内容。 Can I somehow make those dependencies local? 我可以以某种方式使这些依赖项本地化吗? I mean to skip downloading them and directly run configure there? 我的意思是跳过下载它们,然后直接在其中运行configure?

Try to use rsync option and specify the file path 尝试使用rsync选项并指定文件路径

{rsync, "file:///foo/bar/baz"}

is the shape of it as long as I remember 只要我记得它的形状

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM