diff options
| author | Adam Vandenberg | 2011-06-18 13:03:43 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-18 13:03:43 -0700 |
| commit | 8bf7921e4dae5b5d1e62c35e41eac924dd0fb687 (patch) | |
| tree | 3bec265afe2733b2dbcf22008028c6963261cbe5 /Library | |
| parent | cfde892b6563df351ddb5b1631fe2e242c471889 (diff) | |
| download | homebrew-8bf7921e4dae5b5d1e62c35e41eac924dd0fb687.tar.bz2 | |
Erlang: add note about compilation time
Depending on CPU, Erlang may take a very long time to compile and install,
without seemingly taking much CPU time.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/erlang.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index 66ee055ea..10656a4f5 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -47,6 +47,7 @@ class Erlang < Formula fails_with_llvm "See https://github.com/mxcl/homebrew/issues/issue/120", :build => 2326 def install + ohai "Compilation may take a very long time; use `brew install -v erlang` to see progress" ENV.deparallelize # Do this if building from a checkout to generate configure |
