$OpenBSD: README,v 1.2 2015/04/29 21:53:43 zhuk 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.7.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. Customizing package compilation =============================== Make variables to be used by R packages compiling code at installation time can be customized via ~/.R/Makevars: CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib