Skip to content
Prev 4887 / 15075 Next

compile minimal R for mac with quartz support

On Thu, 26 Jun 2008, Marc Lohse wrote:

            
--enable-threads=posix --with-aqua=no --with-tcltk=no --enable-R-framework=no

Are you guessing here?  The first two do nothing in R.
Hmm, X11 does have 'antialiasing capabilities' by default in R 2.7.x. 
The availability of quartz() is controlled by HAVE_AQUA, so you need 
--with-aqua .
Follow the FAQ, e.g.

http://cran.r-project.org/bin/macosx/RMacOSX-FAQ.html#How-to-build-universal-R
How about (from configure --help)

   --with-libpng           use libpng library (if available) [yes]
   --with-jpeglib          use jpeglib library (if available) [yes]

Switching these off should do what you want.
Most of it is in the FAQ.