在 OS X 10.11 上安装 node.js

Install node.js on OS X 10.11

我已经更新到El Captain了。我正在尝试使用自制软件安装 Node.js 并出现错误:

==> ./configure --prefix=/usr/local/Cellar/node/0.12.7 --without-npm --without-ssl2 --without-ssl3
==> make install
ld: library not found for -lgcc_s.10.5
clang: error: linker command failed with exit code 1 (use -v to see invocation)

我有一组问题:

安装 XCode 7 beta 解决了问题。