mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Merge pull request #3024 from christophsturm/adoptopenjdk
mention how to use Adoptopenjdk to build
This commit is contained in:
commit
2590ef972b
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
_You will need [OpenJDK 10](https://jdk.java.net/10/) installed and configured as the default system JDK to complete the following instructions. See the `scripts` directory for scripts that can be used to install and configure the JDK automatically._
|
_You will need [OpenJDK 10](https://jdk.java.net/10/) installed and configured as the default system JDK to complete the following instructions. 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`.
|
> 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`
|
||||||
|
|
||||||
## Clone
|
## Clone
|
||||||
|
|
||||||
git clone https://github.com/bisq-network/bisq
|
git clone https://github.com/bisq-network/bisq
|
||||||
|
|
Loading…
Add table
Reference in a new issue