feinerer c0084e8158 Update to R 3.6.0
OK kn@
2019-04-29 08:52:47 +00:00
..
2019-04-29 08:52:47 +00:00
2018-09-04 12:46:09 +00:00

$OpenBSD: README,v 1.9 2018/09/04 12:46:16 espie Exp $

+-----------------------------------------------------------------------
| Running ${PKGSTEM} 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.