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
{{ message }}
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
Why do you “make install” rather than “make” and then “make install” separately?
It saves time, eg. Qt is about 40 seconds faster to build without the separate steps. However some projects won’t build this way because their Makfile dependencies aren’t set right, so beware!
I wrote a formula and the deps function is ignored!
Yes, sorry to mislead you with all the deps function in all the formulae, but the dependency resolution is not yet complete. But do add similar signatures for deps to the other packages. That way it’ll just start working when we get that functionality written.