You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sometimes i want to do some work on a package outside of cbuild, in which case i'd like to install the package dependencies (all of *depends basically) in my host system, which can be annoying because of the extra double quotes and commas and stuff, particularly for stuff with many deps like gk4
so it would be nice if cbuild had a subcommand e.g. print-deps which would print a space/newline-separated list of dependencies; then for my particular use case i can use doas apk add -- $(./cbuild main/gtk4 print-deps) to install gtk4's dependencies in my host system
maybe this could be generalised as well to e.g. configure args, but i don't have anything concrete in mind for that
The text was updated successfully, but these errors were encountered:
sometimes i want to do some work on a package outside of cbuild, in which case i'd like to install the package dependencies (all of
*depends
basically) in my host system, which can be annoying because of the extra double quotes and commas and stuff, particularly for stuff with many deps likegk4
so it would be nice if
cbuild
had a subcommand e.g.print-deps
which would print a space/newline-separated list of dependencies; then for my particular use case i can usedoas apk add -- $(./cbuild main/gtk4 print-deps)
to installgtk4
's dependencies in my host systemmaybe this could be generalised as well to e.g. configure args, but i don't have anything concrete in mind for that
The text was updated successfully, but these errors were encountered: