mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
17 lines
527 B
Plaintext
17 lines
527 B
Plaintext
+-----------------------------------------------------------------------
|
|
| 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-11
|
|
# ${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.
|