shirleyStorage commented on issue #2512: URL: https://github.com/apache/incubator-hugegraph/issues/2512#issuecomment-2226792265
https://github.com/apache/incubator-hugegraph/wiki/HugeGraph-Distributed-(pd%E2%80%90store)-Version-Deployment-Guide 未来使用 M 系列芯片的 Mac 用户或者开发者将越来越多。 在这个 guide wiki 中我们是否可以直接补充下面内容,来避免 Mac M 系列芯片用户在构建项目时候遇到的 maven 依赖问题。 这可以很好的提升新的开发者在了解和参与项目初期的效率。 ``` 使用 m 系列芯片的 Mac 用户需要执行下列命令进行构建 cd hugegraph mvn clean install -DskipTests=true -Dos.detected.classifier=osx-x86_64 ``` -- 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]
