R: Add note concerning rJava support

Closes Homebrew/homebrew#8255.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
master
Tryn Mirell 2011-09-24 14:52:24 -05:00 committed by Charlie Sharpsteen
parent 849406bc4c
commit a6afc593e9
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ class R < Formula
To use this Framework with IDEs such as RStudio, it must be linked
to the standard OS X location:
ln -s "#{prefix}/R.framework" /Library/Frameworks
To enable rJava support, run the following command:
R CMD javareconf JAVA_CPPFLAGS=-I/System/Library/Frameworks/JavaVM.framework/Headers
EOS
end
end