This is an automated email from the ASF dual-hosted git repository.
pingww pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git
The following commit(s) were added to refs/heads/main by this push:
new 8e5b12a fix build instructions
new 971fee8 Merge pull request #207 from meshpaul/fix-build-readme
8e5b12a is described below
commit 8e5b12a4eb497b66af8a74e65a60b35638f9748c
Author: meshpaul <[email protected]>
AuthorDate: Sat Jul 8 03:45:23 2023 -0400
fix build instructions
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index eae4ec8..9e15b93 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,8 @@ For example, set the following parameters to true in
broker.conf
enableLmq = true
enableMultiDispatch = true
```
+### Build Requirements
+The current project requires JDK 1.8.x. When building on MAC arm64 the
recommended JDK 1.8 must be based on 386 architecture or use Maven flag
`-Dos.arch=x86_64` when building with Maven.
1. Clone