From 4b8a0a01d3db9deea79c74de26e10ce7e92a366c Mon Sep 17 00:00:00 2001 From: TheR1sing3un Date: Tue, 10 Dec 2024 22:55:22 +0800 Subject: [PATCH] docs: added tips for compiling for macos environment 1. added tips for compiling for macos environment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49bef1fe52..979e6094bc 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Amoro contains modules as below: ## Building -Amoro is built using Maven with JDK 8 and JDK 17(only for `amoro-format-mixed/amoro-mixed-trino` module). +Amoro is built using Maven with JDK 8 (for ARM-based mac-os environments, use oracle's jdk ) and JDK 17(only for `amoro-format-mixed/amoro-mixed-trino` module). * Build all modules without `amoro-mixed-trino`: `mvn clean package` * Build and skip tests: `mvn clean package -DskipTests`