Skip to content
Prev 8829 / 15075 Next

Installing rgl - error: X11 not found but required, configure aborted

Hi Ezhil,
On Thu, Mar 8, 2012 at 2:53 PM, Ezhil A <ezhil05 at gmail.com> wrote:
Check if you have X11.app in /Applications/Utilities

Also, when you get that sorted out, I think I needed to follow the
instructions here:
http://danbri.org/words/2011/12/08/761

in order to install rgl from source, namely you'd do:

R CMD INSTALL rgl_0.92.798.tar.gz ?configure-args=??disable-carbon? rgl

But, if you're not running R-devel, why not just install the prebuilt
package using `install.packages`?

(pretty sure that you'd still need to ensure X11 is installed, though)

-steve