Skip to content

Commit

Permalink
Merge pull request #3079 from christophsturm/more-jdk10
Browse files Browse the repository at this point in the history
Feature jdk10 instructions more prominently
  • Loading branch information
freimair authored Aug 14, 2019
2 parents 3cfe510 + 0e54131 commit 18e52c2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,12 @@ Follow the step-by-step instructions at https://bisq.network/get-started.

## Contribute to Bisq

See [CONTRIBUTING.md](CONTRIBUTING.md) and the [developer docs](docs#readme).
Bisq currently requires JDK 10 . See the scripts directory for scripts that can be used to install and configure the JDK automatically.

TIP: If you are on MacOS, run the script with this command . scripts/install_java.sh.

If you prefer not to run scripts or change your default java, you can use Adoptopenjdk https://adoptopenjdk.net/archive.html. Just untar it where you like, and set java home when running gradle. for example: `JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-10.0.2+13/Contents/Home ./gradlew clean build



See [CONTRIBUTING.md](CONTRIBUTING.md) and the [developer docs](docs/README.md).

0 comments on commit 18e52c2

Please sign in to comment.