Skip to content

Commit ad35d3e

Browse files
authored
Merge branch 'master' into copilot/analyze-testparser-usage
2 parents 52d7a50 + b22a838 commit ad35d3e

2 files changed

Lines changed: 394 additions & 393 deletions

File tree

doc/development/BUILDING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,18 @@ Java home: /usr/lib/jvm/java-17-openjdk-amd64
4242
```bash
4343
sudo apt install openjdk-17-jdk
4444
```
45+
On Windows you might need to create this environment variable JAVA_HOME and set it to the installation location of Java.
4546

4647
If Maven is not installed:
4748
```bash
4849
sudo apt install maven
4950
```
51+
or on Windows
52+
goto the download section mavenapache.org<br/>
53+
download the Binary zip archive<br/>
54+
extract to a folder on your machine, say 'c:\Program Files (X86)\apache-maven-3.9.x'<br/>
55+
add 'c:\Program Files (X86)\apache-maven-3.9.x\bin' to your path variables (note the addition of bin!)<br/>
56+
start terminal and type mvn
5057

5158
### Git
5259

0 commit comments

Comments
 (0)