aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Dubrov <dubrov.ivan@gmail.com>2016-10-23 08:42:46 -0700
committerGitHub <noreply@github.com>2016-10-23 08:42:46 -0700
commit3a63c5506ac86d8213b6cf84a0fec5c19bdf527c (patch)
tree2b83ffd8c385a50780afe203991fc14534e563a8
parent57aafd65f5fa9c8fc07b8676d6309728bee91b3e (diff)
parented451d4cdc0a29d2f1fed1a15ec5fffa553136cb (diff)
downloaddcevm-3a63c5506ac86d8213b6cf84a0fec5c19bdf527c.tar.gz
dcevm-3a63c5506ac86d8213b6cf84a0fec5c19bdf527c.zip
Merge pull request #85 from ebourg/master
Installation instructions for Debian/Ubuntu
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 94318f87..0375bd2c 100644
--- 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).