From 05ca2dbb327f6c4e0d1bb946ae54dd6dacf5b1f4 Mon Sep 17 00:00:00 2001 From: Ivan Vilata-i-Balaguer Date: Wed, 16 Mar 2016 14:45:22 +0100 Subject: [PATCH] Indicate that Bitsquare can be built with OpenJDK, still untested --- doc/build.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index 264c70849d..d394d9f5e9 100644 --- a/doc/build.md +++ b/doc/build.md @@ -41,7 +41,8 @@ To check the version of Java you currently have installed: If `javac` is not found, or your version is anything less than `1.8.0_40`, then you'll need to [download and install the latest JDK]( http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) for your platform. -> _**TIP:** Here are [instructions](http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html) for installing the JDK via `apt` on Debian/Ubuntu systems._ +> _**TIP:** Here are [instructions](http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html) for installing the JDK via `apt` on Debian/Ubuntu systems. +> Bitsquare can be built with OpenJDK as well, but this hasn't been thoroughly tested yet._ Steps