mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
23a41b632c
- Simplify "What is Bisq?" description - Extract docs/build.md - Extract docs/idea-import.md - Introduce docs/README.md index
725 B
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