We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe65e6a + 205008b commit e8985aaCopy full SHA for e8985aa
1 file changed
doc/development/BUILDING.md
@@ -42,11 +42,18 @@ Java home: /usr/lib/jvm/java-17-openjdk-amd64
42
```bash
43
sudo apt install openjdk-17-jdk
44
```
45
+On Windows you might need to create this environment variable JAVA_HOME and set it to the installation location of Java.
46
47
If Maven is not installed:
48
49
sudo apt install maven
50
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
57
58
### Git
59
0 commit comments