bisq/docs/build.md
Chris Beams 23a41b632c
Extract separate docs from main README.md
- Simplify "What is Bisq?" description
 - Extract docs/build.md
 - Extract docs/idea-import.md
 - Introduce docs/README.md index
2018-11-14 18:20:52 +01:00

725 B

Building Bisq

You will need OpenJDK 10 installed and set up as the default system JDK to complete the following instructions.

Clone

git clone https://github.com/bisq-network/bisq
cd bisq

Build

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

Run

The Bisq executable jar is now available in the desktop/build/libs/ directory. Run it as follows, replacing {version} with the actual version found in the filename:

java -jar desktop/build/libs/desktop-{version}-all.jar

See also