aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-04-07 19:51:40 +0200
committerJakob Odersky <jodersky@gmail.com>2014-04-07 19:51:40 +0200
commit8bfc314904bffcb3d4dc0f2e21fa0fb8dd0bde60 (patch)
tree70d13c09d7a202800d7f35bd434cbaaa2cd69fb6 /documentation
parent1a8b1b4c01579d42dbfea21881d0083c00ba472c (diff)
downloadakka-serial-8bfc314904bffcb3d4dc0f2e21fa0fb8dd0bde60.tar.gz
akka-serial-8bfc314904bffcb3d4dc0f2e21fa0fb8dd0bde60.tar.bz2
akka-serial-8bfc314904bffcb3d4dc0f2e21fa0fb8dd0bde60.zip
move native build install location and dependencies
Diffstat (limited to 'documentation')
-rw-r--r--documentation/building.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/building.md b/documentation/building.md
index 238a4c0..52f845c 100644
--- a/documentation/building.md
+++ b/documentation/building.md
@@ -18,7 +18,7 @@ All files related to the back-end are contained in `flow-native` and are managed
3. Debian package build
A debian binary package can be built the standard way by navigating to the build directory and running `debuild` or `dpkg-buildpackage`. The resulting packages are created in this project's root directory and can be installed with `sudo dpkg -i *.deb`.
-Note that for compiling, the JAVA_HOME environment variable must be set. Furthermore, the JNI include directories are currently set in the makefile to point to the default location of a Java 7 Oracle installation on Debian.
+Note that for compiling, a JNI_INCLUDE environment variable should be set, pointing to any directories containing JNI headers. If this variable is not set, the default is to use the JNI include directories of an OpenJDK 7 installation on Debian.
# Using flow
As is with the build, using flow in a project can also be divided into two parts.