zopen build should automatically download dependencies
#48
Closed
AnthonyGiorgio
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
I think this is a good idea! A couple of things we should probably consider if we decide to go this route:
Also, some of the deps are currently from Rocket software (like git) which cannot be downloaded via zopen download. However, git is a requirement in order to clone a repo so we may be ok. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
done |
Beta Was this translation helpful? Give feedback.
0 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.
-
When trying to build a port,
zopen buildchecks the dependency list to make sure that all the prerequisites are satisfied. What I find odd is that it just errors out when one is missing. Why couldn't it just download the missing dependency for you? It already has the ability to do so viazopen download, and it knows which dependencies are needed.This is something that Gentoo's ebuild system was able to do 20 years ago, to great effect. We don't need something that complicated, but a simple bit of scripting would make life easier for new users. Plus it will look really cool when something like
gitgets automatically built with one command.Beta Was this translation helpful? Give feedback.
All reactions