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.
This commit is contained in:
parent
1df3a73fa4
commit
af3e8602f0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue