You will need OpenJDK 10 installed and set up as the default system JDK to complete the following instructions.
git clone https://github.com/bisq-network/bisq
cd bisq
You do not need to install Gradle to complete the following command. The gradlew
shell script will install it for you if necessary.
./gradlew build
If on Windows use the gradlew.bat
script instead.
Bisq executables are now available in the root project directory. Run Bisq Desktop as follows:
./bisq-desktop
If on Windows use the bisq-desktop.bat
script instead.