Commit graph

3 commits

Author SHA1 Message Date
Chris Beams
84c7de24aa Revert "Add java home path"
This reverts commit 02d3dd2258.
2014-11-22 08:40:32 +01:00
Manfred Karrer
02d3dd2258 Add java home path 2014-11-20 23:02:29 +01:00
Chris Beams
1323e77608
Support generation of native installer binaries
Use `./gradlew run` to build and run Bitsquare directly.

Use `./gradlew shadowJar` to generate a portable, executable jar.

Use `./gradlew packageNative` to generate an installer binary specific
to the platform you are running on.

In the case of Windows, it is necessary to copy the two .dll files in
the `package/` directory to the directory where Bitsquare.exe is
ultimately installed.

Resolves #243
2014-10-28 15:44:21 +01:00