提交 54495e56 编写于 作者: T Tim Caswell

Fix a couple bugs and enable the --debug flag for HEAD version.

上级 53e64fc3
......@@ -38,7 +38,7 @@ nvm()
cd "$NVM_DIR/src" && \
git clone git://github.com/ry/node.git && \
cd node && \
./configure --prefix="$NVM_DIR/HEAD" && \
./configure --debug --prefix="$NVM_DIR/HEAD" && \
make && \
make install && \
nvm use HEAD
......@@ -50,8 +50,8 @@ nvm()
return;
fi
cd "$NVM_DIR/src/node" && \
git pull --rebase origin master
./configure && \
git pull origin master && \
./configure --debug --prefix="$NVM_DIR/HEAD" && \
make clean all && \
make install && \
nvm use HEAD
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册