File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ SPDX-License-Identifier: Apache-2.0
6
6
7
7
# Development for CoMPAS SCL Validator
8
8
9
+
10
+ ---
11
+ ** Note**
12
+ Mac M1 chip users, see [ below] ( #mac-m1 )
13
+
14
+ ---
15
+
16
+
9
17
Since version 1.2.x the JAR Files of RiseClipse are distributed through Maven Central Repository. The JAR Files can be
10
18
retrieved from there and don't need to be build locally anymore. Only the OCL Files for the SCL validation still need to
11
19
be downloaded from RiseClipse GIT Repository. This is still done using Git Submodules.
@@ -159,3 +167,14 @@ with JVM executable using:
159
167
``` shell script
160
168
./mvnw package -Pjvm-image
161
169
```
170
+
171
+ ## Mac M1
172
+
173
+ The Mac M1 chip is ARM based. In order to make this project work, you need to install the x86 version of your IDE.
174
+ You also need Rosetta2 to virtualize your os. In the x86 version of your IDE, you also need to install the x86 Java version.
175
+ You can use SDK-Man to easily switch between java versions.
176
+
177
+ While calling maven scripts, you need to add the os.arch flag.
178
+ ``` shell script
179
+ ./mvnw clean compile -Dos.arch=x86_64
180
+ ```
You can’t perform that action at this time.
0 commit comments