]> source.dussan.org Git - dcevm.git/commitdiff
Added installation instructions for Debian/Ubuntu 85/head
authorEmmanuel Bourg <ebourg@apache.org>
Tue, 22 Sep 2015 10:01:26 +0000 (12:01 +0200)
committerEmmanuel Bourg <ebourg@apache.org>
Tue, 22 Sep 2015 10:04:32 +0000 (12:04 +0200)
README.md

index 94318f87838a7cf610ad2db5aaf9693f991a8d9b..0375bd2cc98734536d74745ec115225ae8c1ea2c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -59,6 +59,13 @@ Or you can install DCEVM using the gradle script:
  * Run `./gradlew installFastdebug -PtargetJre=$JAVA_HOME/jre` or `./gradlew installProduct -PtargetJre=$JAVA_HOME/jre`
  * DCEVM will be installed as "alternative" JVM. To use it, add `-XXaltjvm=dcevm`
 
+Alternatively, on Debian and Ubuntu systems DCEVM can be installed with the
+[`openjdk-7-jre-dcevm`](https://tracker.debian.org/pkg/openjdk-7-jre-dcevm)
+package and invoked by adding the `-dcevm` command line parameter:
+
+ * Run `apt-get install openjdk-7-jre-dcevm`
+ * Run `java -dcevm -version`, it should include `Dynamic Code Evolution` string.
+
 ### Testing DCEVM
 
 * Configure version you want in [gradle.properties](gradle.properties).