aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-09-25 18:28:53 +0200
committerJakob Odersky <jodersky@gmail.com>2015-09-25 18:39:47 +0200
commitb19afd46f5953b08c8eb599fbde772643d760d32 (patch)
tree2447cbb0866504190296113fb09402a14a40b461 /Documentation
parent30865f1adc14c2b772c57904effc3537dd730691 (diff)
downloadakka-serial-b19afd46f5953b08c8eb599fbde772643d760d32.tar.gz
akka-serial-b19afd46f5953b08c8eb599fbde772643d760d32.tar.bz2
akka-serial-b19afd46f5953b08c8eb599fbde772643d760d32.zip
configure.ac: change search paths for JNI headers on OSX
* requires JDK 1.7+ * fixes #17
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/building.md b/Documentation/building.md
index 24d14de..d604976 100644
--- a/Documentation/building.md
+++ b/Documentation/building.md
@@ -39,8 +39,9 @@ Several steps are involved in producing the native library:
2. Compile
- 1. Check availability of dependencies: C compiler and JDK
- 2. Run `./configure && make`
+ 1. Check availability of dependencies: C compiler and JDK (1.7 or above)
+ 2. Run `./configure && make`.
+ *Note: should you encounter an error about a missing "jni.h" file, try setting the JAVA_HOME environment variable to point to base path of your JDK installation.*
3. Install