aboutsummaryrefslogtreecommitdiff
path: root/Documentation/building.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-09-25 18:45:10 +0200
committerJakob Odersky <jodersky@gmail.com>2015-09-25 18:45:10 +0200
commit7a785d1560f9aea79d5738e81b554ae77b676dd9 (patch)
tree2447cbb0866504190296113fb09402a14a40b461 /Documentation/building.md
parent30865f1adc14c2b772c57904effc3537dd730691 (diff)
parentb19afd46f5953b08c8eb599fbde772643d760d32 (diff)
downloadakka-serial-7a785d1560f9aea79d5738e81b554ae77b676dd9.tar.gz
akka-serial-7a785d1560f9aea79d5738e81b554ae77b676dd9.tar.bz2
akka-serial-7a785d1560f9aea79d5738e81b554ae77b676dd9.zip
Merge pull request #19 from jodersky/fix-17
configure.ac: change search paths for JNI headers on OSX
Diffstat (limited to 'Documentation/building.md')
-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