
This has been a nightmare in terms of the complexity to our dependency system and the whack-a-mole required on bugs. If a Requirement resolves to a Formula it should just use `depends_on "formula"` instead. This matches the effective behaviour all users of bottles (the vast majority of users and installs) and what we're doing in Homebrew/homebrew-core.
47 lines
2.1 KiB
Markdown
47 lines
2.1 KiB
Markdown
# Documentation
|
|
|
|
## Users
|
|
- [`brew` man-page (command documentation)](Manpage.md)
|
|
- [Troubleshooting](Troubleshooting.md)
|
|
- [Installation](Installation.md)
|
|
- [Frequently Asked Questions](FAQ.md)
|
|
- [Common Issues](Common-Issues.md)
|
|
|
|
- [Tips and Tricks](Tips-N'-Tricks.md)
|
|
- [Bottles (binary packages)](Bottles.md)
|
|
- [Taps (third-party repositories)](Taps.md)
|
|
- [Interesting Taps and Forks](Interesting-Taps-and-Forks.md)
|
|
- [Anonymous Aggregate User Behaviour Analytics](Analytics.md)
|
|
|
|
- [Querying `brew`](Querying-Brew.md)
|
|
- [C++ Standard Libraries](C++-Standard-Libraries.md)
|
|
- [MD5 and SHA-1 Deprecation](Checksum_Deprecation.md)
|
|
- [Custom GCC and Cross Compilers](Custom-GCC-and-cross-compilers.md)
|
|
- [External Commands](External-Commands.md)
|
|
- [Ruby Gems, Python Eggs and Perl Modules](Gems,-Eggs-and-Perl-Modules.md)
|
|
- [Python](Homebrew-and-Python.md)
|
|
- [How To Build Software Outside Homebrew With Homebrew `keg_only` dependencies](How-to-build-software-outside-Homebrew-with-Homebrew-keg-only-dependencies.md)
|
|
- [Xcode](Xcode.md)
|
|
- [Kickstarter Supporters](Kickstarter-Supporters.md)
|
|
|
|
## Contributors
|
|
- [How To Open A Pull Request (and get it merged)](How-To-Open-a-Homebrew-Pull-Request.md)
|
|
- [Formula Cookbook](Formula-Cookbook.md)
|
|
- [Acceptable Formulae](Acceptable-Formulae.md)
|
|
- [Formulae Versions](Versions.md)
|
|
- [Node for Formula Authors](Node-for-Formula-Authors.md)
|
|
- [Python for Formula Authors](Python-for-Formula-Authors.md)
|
|
- [Migrating A Formula To A Tap](Migrating-A-Formula-To-A-Tap.md)
|
|
- [Rename A Formula](Rename-A-Formula.md)
|
|
- [Building Against Non-Homebrew Dependencies](Building-Against-Non-Homebrew-Dependencies.md)
|
|
- [How To Create (And Maintain) A Tap](How-to-Create-and-Maintain-a-Tap.md)
|
|
- [Brew Test Bot](Brew-Test-Bot.md)
|
|
- [Prose Style Guidelines](Prose-Style-Guidelines.md)
|
|
|
|
## Maintainers
|
|
- [New Maintainer Checklist](New-Maintainer-Checklist.md)
|
|
- [Maintainers: Avoiding Burnout](Maintainers-Avoiding-Burnout.md)
|
|
- [Maintainer Guidelines](Maintainer-Guidelines.md)
|
|
- [Brew Test Bot For Maintainers](Brew-Test-Bot-For-Core-Contributors.md)
|
|
- [Common Issues for Maintainers](Common-Issues-for-Core-Contributors.md)
|