Skip to content

Commit

Permalink
Updating README with extra installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
avishek-sen-gupta committed Nov 20, 2024
1 parent e84c1fe commit 4cc9b9b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -803,11 +803,19 @@ Now run your commands as usual.

### How to Build

The toolkit uses JDK 21 features; so you'll need the appropriate JDK set up.
**JDK Note:**
- The toolkit uses JDK 21 features; so you'll need the appropriate JDK set up.
- The Che4z COBOL support repository requires Java 8 for building as well.

After cloning the repository, initialise submodules using:

```
git submodule update --init --recursive
```

Run: ```mvn clean install```.

The Checkstyle step is only applicable for the Eclipse Cobol parser project. You can skip the Checkstyle targets with:
The Checkstyle step is mostly applicable for the Eclipse Cobol parser project. You can skip the Checkstyle targets with:

```mvn clean verify -Dcheckstyle.skip=true```

Expand Down

0 comments on commit 4cc9b9b

Please sign in to comment.