Skip to content

Commit ca2013b

Browse files
authored
Update README.md
1 parent e50ec26 commit ca2013b

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,28 @@ Go to: [![Makefile CI](https://github.com/OpenModelica/CRML/actions/workflows/ma
77

88
Unzip it to some place and run:
99
```
10+
java -jar crml-compiler-all.jar --help
11+
```
12+
To see all the help flags and configurations
13+
14+
To run the test suite:
15+
```
1016
java -jar crml-compiler-all.jar --testsuite
1117
```
1218
A directory generated/ will be created and for each crml
1319
test in the directory above a Modelica file will be created
1420
in the generated/ directory.
1521

16-
## Build on Linux & MacOS
17-
To build and run the tests of the parser on the crml files
18-
```
19-
# build the parser/translator and run the tests
20-
make
21-
# to clean the repository
22-
make clean
23-
```
22+
## Build
23+
24+
You can use gradle to build the project from scratch.
25+
26+
27+
## VSCode plugin
28+
29+
[project repoisotry](https://github.com/lenaRB/crml-vscode)
30+
2431

25-
## Build on Windows
26-
To build and run the tests of the parser/translator on the crml files
27-
```
28-
project-run.bat
29-
REM to clean call: project-clean.bat
30-
```
3132

3233
# CRML specification
3334

0 commit comments

Comments
 (0)