VGalaxies commented on issue #2512: URL: https://github.com/apache/incubator-hugegraph/issues/2512#issuecomment-2226803724
> [Wiki: HugeGraph Distributed (pd‐store) Version Deployment Guide](https://github.com/apache/incubator-hugegraph/wiki/HugeGraph-Distributed-(pd%E2%80%90store)-Version-Deployment-Guide) In the future, more and more Mac users or developers will use M series chips. In this guide wiki, can we directly add the following content to avoid maven dependency issues that Mac M series chip users encounter when building projects? This is a good way to improve the efficiency of new developers in understanding and participating in the early stages of the project. > > ``` > - Mac with M-series chip users should use following commands for building to avoid dependencies-resolving problems. > cd hugegraph > mvn clean install -DskipTests=true -Dos.detected.classifier=osx-x86_64 > ``` Thanks~ We have already updated the deployment documentation. Build the project under the master branch (instead of pd-store branch), and in the root POM, the corresponding properties for ARM Mac have been configured, see https://github.com/apache/incubator-hugegraph/blob/master/pom.xml#L307. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
