feinerer b406b603ac Update to R 3.5.0
OK pirofti@, kn@
2018-04-24 17:13:38 +00:00
..
2018-04-24 17:13:38 +00:00
2017-10-09 12:55:30 +00:00

$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.