Commit Graph

85 Commits

Author SHA1 Message Date
Christoph Atteneder
d4ec79c95b
Add mentioned step 2 2018-09-10 12:20:01 +02:00
Dimitris Apostolou
e81a665f9b
Fix typos 2018-05-08 09:38:45 +03:00
Chris Beams
9d4e015108
Use app scripts instead of fat excutable jars
It doesn't actually work to build fat executable jars because we always
have bouncycastle jars that need to exist outside of the fat jar. This
change drops building fat jars altogether in favor of using Gradle's
built-in `application` plugin to write simple scripts that invoke java
with the correct classpath against a directory of all dependencies
(including bouncycastle) without the need to have a fat jar in the mix.

Essentially, you should now run:

    ./gradlew build
    ./build/app/bin/bisq-desktop [options]

Instead of `java -jar build/libs/bisq-desktop.jar`.

See updated doc/build.md for details.
2018-03-22 02:41:25 +01:00
Chris Beams
c19d3a0742
Replace Maven with Gradle in docs and scripts
This commit takes a pass through all documentation and scripts,
replacing any remaining `mvn` commands with their `gradle` equivalents,
replacing `target/*` paths with their `build/*` equivalents, and so on.

Note that the instruction to install Maven has been removed entirely
from documentation and scripts, as opposed to instructing users to
install Gradle, because with the Gradle wrapper (the `gradlew` script in
the root of this repository), it is unnecessary to install Gradle at
all. Users may still do this with, e.g. `brew install gradle` if they
like, but otherwise can get everything they need done with `./gradlew`
commands.

This commit also replaces lowercase 'bisq' with capitalized 'Bisq' where
appropriate in documentation.

Like the previous commit, this is a best-effort approach, and not all
scripts are perfectly up-to-date and tested. Indeed, many of the docs
and scripts we have now are essentially legacy documents and should
probably be scrapped or reworked completely.
2018-03-21 06:15:01 +01:00
Chris Beams
3f0e85e65b
Remove gui path from scripts and .gitignore 2018-03-10 18:51:09 +01:00
Chris Beams
a9a9ae70cd
Move seednode documentation to new repository
This commit removes seednode specific docs and updates doc/build.md as
necessary to reflect the fact that the seednode module is being
extracted into its own repository.
2018-03-08 14:28:48 +01:00
Jaume Barcelo
c9af4d4694
Trivial: Fix two broken links
Fix two broken web links in the documentation.
2018-02-26 15:31:46 +01:00
Manfred Karrer
ee98808436
Merge branch 'Development'
# Conflicts:
#	provider/src/main/java/io/bisq/provider/price/providers/BtcAverageProvider.java
2017-11-16 10:39:08 -05:00
O. Libre
b35fede2e4 Install package openjfx instead of libopenjfx-java
On Ubuntu 17.10, installing `libopenjfx-java` was not sufficient
producing a build error because could not find `openjfx`.
Build succeeded after install of package `openjfx`.
Package `openjfx` depends on `libopenjfx-java` (and `openjdk-8-jre`)
2017-11-04 18:00:04 +01:00
O. Libre
5c4f8a11d5
Propose JAVA_HOME=/usr/lib/jvm/default-java
The command line update-alternatives --config java
changes the symbolic links /usr/lib/jvm/default-java
in order to switch to another installed JDK.

From my knowledge, I know three different path:

* /usr/lib/jvm/default-java since Ubuntu 16.10
* /usr/lib/jvm/default for Arch
* /usr/lib/jvm/java for Fedora
2017-11-03 22:55:23 +01:00
Manfred Karrer
49e38a6c86
Fix format 2017-10-25 14:22:46 -05:00
Manfred Karrer
e8290e3b8a
Fix missing verifications, handle altcoins, cleanup 2017-10-25 14:18:26 -05:00
Manfred Karrer
96fe221eac
Fix path in build.md 2017-10-20 19:00:13 -05:00
Manfred Karrer
f9635cd7e1
Fix old github repo address 2017-10-20 18:50:31 -05:00
Manfred Karrer
b72d716910
Merge Development 2017-09-17 11:28:34 -05:00
Manfred Karrer
a7c0f1d16f Merge branch 'Development' into DAO_phase1 2017-08-09 12:48:56 +02:00
Manfred Karrer
e8c46c9709 Merge branch 'master' into Development
# Conflicts:
#	doc/build.md
2017-08-09 12:48:07 +02:00
Chris Beams
ae05c015b9
Consume custom bitcoinj/libdojh/btcd deps via JitPack (#899)
This change removes the need to clone and build bisq's forks of
bitcoinj, libdohj and btcd-cli4j in order to build bisq itself.
2017-08-09 12:13:47 +02:00
Manfred Karrer
53de6ee4ad Append bisq to check out command 2017-07-27 11:51:15 +02:00
Manfred Karrer
4ee0ebe127 Add command for git checkout of bisq 2017-07-27 11:50:35 +02:00
Manfred Karrer
73e9c66a12 Add note for lombok plugin 2017-07-25 15:47:39 +02:00
Manfred Karrer
5e9cf8cf7f Update doc 2017-07-16 15:24:40 +02:00
Manfred Karrer
c89b8bb91f Fix build doc dir, argument references 2017-07-10 23:39:35 +02:00
cedric.walter
76a8e53fe0 removed need to set unlimited cipher strength, use reflection to set java policy in code, hopefully something we can removed soon when using jdk 9 (-dcrypto.policy=unlimited will be enough). 2017-07-08 21:06:36 +02:00
cedric.walter
692bc1a837 added dependency management for all bouncycastle dependencies, these jar are signed and can not be placed in shaded jar, copy them in a lib directory that will be use by shaded.jar classloader 2017-07-08 21:03:13 +02:00
cedric.walter
cdb545f390 removed the need to install protobuf dependenciy as root before building Bisq, more maven way of doing 2017-07-08 18:36:30 +02:00
Manfred Karrer
41efa7c625 Update build script for protoc installation 2017-07-03 13:07:45 +02:00
Manfred Karrer
e1e8c4a428 Update app icons and build scripts 2017-06-27 02:50:31 +02:00
Manfred Karrer
e2fa679a68 Merge DAO branch to Development branch 2017-06-27 01:29:54 +02:00
Manfred Karrer
8b25b59f39 Add install instruction for java on linux 2017-02-09 22:09:05 -05:00
Manfred Karrer
f6c4ac9143 Use jdk 1.8.0_121, update build scripts 2017-02-07 18:46:11 -05:00
Manfred Karrer
9ab423619c Update BitcoinJ to 0.13.1.7 2016-11-19 14:31:41 +01:00
Manfred Karrer
f9a7d2c837 Set default value for insertPubKey flag to false. Update to BitcoinJ version 0.13.1.6 2016-10-25 03:53:45 +02:00
Rob Judd
402208f48b Fix documentation Java version 112 iss #657 2016-10-20 19:15:44 +10:00
Manfred Karrer
0a28cefff6 Require min. java verison 1.8.0_122 (includes SortedList bugfix) 2016-10-19 16:54:46 +02:00
Manfred Karrer
f076a840f5 Remove jdkfix module (new jdk version 8_u_122 includes the SorteList bugfix) 2016-10-19 16:53:06 +02:00
Rob Judd
62661212f2 Crypto security update 2016-10-19 15:38:53 +10:00
Manfred Karrer
8236a21348 Merge branch 'master' into Development
Conflicts:
	doc/build.md
2016-10-18 20:45:59 +02:00
Jonathan Cross
7a11be43a4
Build notes: Mac OSX, jdkfix updates and move JCE unlimited Strength to extern link 2016-10-18 19:06:42 +02:00
bitsgh
e61d02a507 Fix "BountyCastle" typos to "BouncyCastle" 2016-10-09 00:14:11 +01:00
Manfred Karrer
9bd2a9b55e Merge branch 'master' into Development
Conflicts:
	gui/src/main/java/io/bitsquare/gui/main/offer/createoffer/CreateOfferView.java
2016-10-06 10:45:38 +02:00
Jonathan Cross
b4df0120dd
Updating build notes with info from Linux Mint 17.3 2016-10-06 04:03:36 +02:00
Manfred Karrer
ce250ebd40 Improve wording 2016-10-06 00:10:42 +02:00
ligi
be737dd6fe Fix the path - after step #3 we are already in bitsquare/ 2016-09-30 17:26:13 +02:00
Manfred Karrer
83d411eba5 Prepare v0.4.9.6 2016-09-03 10:34:48 -05:00
Manfred Karrer
a803077296 Prepare for v 0.4.9.5 2016-08-26 17:03:01 +02:00
Manfred Karrer
7af384cb30 Prepare for 0.4.9.3 2016-08-23 15:38:08 +02:00
Manfred Karrer
f7a7c4087b Prepare v 0.4.9.3 2016-08-07 04:17:13 +02:00
Manfred Karrer
aab94b216b Add install scripts 2016-08-02 11:10:47 +02:00
Manfred Karrer
e3ce6e9125 Prepare for release 0.4.9.2 2016-07-30 00:32:40 +02:00