-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
How to skip installing third-party? #5406
Comments
You could try with nebula_dev docker build env to avoid those preparation steps, but plz be noted, there are binaries built nightly and per release out there, too, normally we dont have to build on our own. ref: https://www.siwei.io/nebulagraph-hacking-guide/ (Chinese :P ) |
Good. |
@Shinji-IkariG is there any way to bypass install-third-party.sh in cmake, please? |
Also you can offer the doc for the vesoft-third-party. |
Sometimes, users can only get your source code and the other software's installer for some building env limitation. |
Users can use vesoft-third-party-3.0-x86_64-libc-2.28-gcc-9.3.0-abi-11.sh to install them by a click. |
First of all, the third party refers to the upstream projects needed to compile nebula, so they must exist—whether you use the pre-compiled version of vesoft or compile it yourself |
@wqh17101 Hi, I have noticed that the issue you created hasn’t been updated for nearly a month, so I have to close it for now. If you have any new updates, you are welcome to reopen this issue anytime. Thanks a lot for your contribution anyway 😊 |
I will install the software here https://docs.nebula-graph.com.cn/3.3.0/4.deployment-and-installation/1.resource-preparations/#_2 before building.
So how to skip installing third-party when cmake ?
I do not know why it will download for i have installed the thirdparty softwares it need before cmake.
The text was updated successfully, but these errors were encountered: