aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMax Howell2009-08-10 16:48:30 +0100
committerMax Howell2009-08-10 18:11:17 +0100
commit760c083c0c0c9934e4118b4669c8c8dfd0a3587d (patch)
tree0ed76c2d20225ff1fe7e07490bc17a8932d60bab /README
parent5a396fd8b48835e826fe3193bd88e2274be60206 (diff)
downloadbrew-0.4.tar.bz2
Refactor0.4
Large refactor to Formula, mostly improving reliability and error handling but also layout and readability. General improvements so testing can be more complete. Patches are automatically downloaded and applied for Formula that return a list of urls from Formula::patches. Split out the brew command logic to facilitate testing. Facility from Adam Vandenberg to allow selective cleaning of files, added because Python doesn't work when stripped.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index a79b4f17f..e981eda09 100644
--- a/README
+++ b/README
@@ -53,7 +53,10 @@ Here's why you may prefer Homebrew to the alternatives:
We optimise for Leopard Intel, binaries are stripped, compile flags
tweaked. Nobody wants crappy, slow software. Apart from MacPorts and Fink.
-8. Integration with existing OS X technologies
+8. Making the most of OS X
+ Homebrew knows how many cores you have thanks to RubyCocoa, so it makes
+ sure when it builds it uses all of them, (unless you don't want it to of
+ course).
Homebrew integrates with Ruby gems, CPAN and Python disttools. These tools
exist already and do the job great. We don't reinvent the wheel, we just
improve it by making these tools install with more management options.