On Jun 9, 2015, at 8:28 AM, Luís de Sousa <[log in to unmask]> wrote:

> Hi K,
> 
> One of my colleagues recently installed MASON on a Mac to test some of
> the tools I have been developing. This is what he did:
> 
> 1. Install Java from Oracle (I recommend going with version 8)
> 
> 2. Install Eclipse
> 
> 3. Download the MASON jar
> 
> 4. Create a new Java project in Eclipse and add the MASON jar to the build path

I would also add the jar files from the libraries.zip file availailable online.  

> Like this you won't have 3D support but you'll be good to go for
> everything else.

Building 3D support for the Mac is a matter of grabbing a bunch of jar files from the jogamp website, and dumping them in as well (see the MASON web page for rough instructions).

SEan