fmorg-git commented on code in PR #154: URL: https://github.com/apache/ozone-site/pull/154#discussion_r2412239547
########## docs/08-developer-guide/01-build/01-maven.md: ########## @@ -45,6 +45,116 @@ Choose one of the following methods to get the source code: Apache Ozone uses [Maven](https://maven.apache.org/) as its build system. The build process compiles the source code, runs tests, and creates deployable artifacts. The project supports various build configurations to accommodate different development and deployment needs. +### Additional Steps Required For ARM-based Apple Silicon Macs (M1, etc) + +If you are running on an ARM-based Apple Silicon Mac, please perform the additional steps in this section. + +#### Prerequisites + +- [Gradle](https://gradle.org/) - Gradle 7.0 or higher +- [Compatible JVM for gRPC Java v1.71.0](https://github.com/grpc/grpc-java/blob/v1.71.0/README.md) - Compatible JVM for gRPC and Gradle + +#### Compile Protobuf version 3.7.1 for ARM-based Mac Review Comment: So I know for sure I saw the issues that Devesh saw with protobuf 3.x (I pasted you the Slack thread) originallly. But I retried today and I only needed the protobuf 2.5 steps, so I don't know what changed in between. -- 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]
