19 lines
593 B
Plaintext
19 lines
593 B
Plaintext
$OpenBSD: README,v 1.8 2017/10/09 12:55:30 feinerer Exp $
|
|
|
|
+-----------------------------------------------------------------------
|
|
| Running ${FULLPKGNAME} on OpenBSD
|
|
+-----------------------------------------------------------------------
|
|
|
|
Configuring Java support
|
|
========================
|
|
To enable Java support, R needs to know where the JVM and the Java
|
|
libraries are located.
|
|
|
|
Running:
|
|
|
|
# export JAVA_HOME=${LOCALBASE}/jdk-1.8.0
|
|
# ${TRUEPREFIX}/bin/R CMD javareconf
|
|
|
|
as root, will update both ${TRUEPREFIX}/lib/R/etc/Makeconf and
|
|
${TRUEPREFIX}/lib/R/etc/ldpaths with the right settings.
|