-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
文档未提及CentOS7平台的一点补充 #9
Comments
Thanks for your contribution. |
继续补充,编译过程对内存还是有一点要求的,因为用的是macOS,编译环境用的是1G内存的虚拟机。编译过程很慢,硬盘狂闪,可能有大量的页交换,最后终于 outofmemory。 |
是的,因为C++使用了大量的模板、lambda函数等特性,编译本来就比较耗资源,同时又默认开启并行编译,所以对资源的要求还挺高的。 |
目录下有一个 java,这里边并不包含 jvm,不要被它骗了。 随后 nc 会报错,但是启动过程也没有停止,虽然最后看起来启动成功,仍然是连不上的,安装 |
@shengofsun 做点微薄贡献,希望对别人有点帮助。 最后补充: 感谢支持。 |
Add package-lock.json into .gitignore to avoid useless potential security alert
需要两个文档未提及的包
1、zlib-devel
编译时需要,否则出错
2、nmap-ncat
没有这个会在 ./run.sh start_onebox 这一步骤遇到:
./scripts/start_zk.sh: line 62: nc: command not found
目前编译完成,还在继续作新手尝试。
感谢各位开发者的贡献。
The text was updated successfully, but these errors were encountered: