mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Merge pull request #3079 from christophsturm/more-jdk10
Feature jdk10 instructions more prominently
This commit is contained in:
commit
18e52c2c7c
10
README.md
10
README.md
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user