Skip to content

Commit e8985aa

Browse files
authored
Merge pull request #422 from vheijke/patch-1
Update BUILDING.md with Windows setup instructions
2 parents fe65e6a + 205008b commit e8985aa

1 file changed

Lines changed: 7 additions & 0 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)