提交 1c6d30c9 编写于 作者: B Bill Hamilton

Darwin: added print_instructions to darwin build script

上级 5d4fd13d
...@@ -315,3 +315,11 @@ ...@@ -315,3 +315,11 @@
else else
printf "\tWASM found at /usr/local/wasm/bin/\n" printf "\tWASM found at /usr/local/wasm/bin/\n"
fi fi
function print_instructions()
{
printf "\n\t$( which mongod ) -f ${MONGOD_CONF} &\n"
printf '\texport PATH=${HOME}/opt/mongodb/bin:$PATH\n'
printf "\tcd ${HOME}/eos/build; make test\n\n"
return 0
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册