Experimental Homebrew Radiance formula

Any Homebrew Mac package manager users out there? If so, I have a Radiance install formula going and I’d like someone else to try it out.

So far, it’s in my private tap on GitHub at rfritz/radiance. Anyone willing, er, interested, drop me a note and I’ll add you to the access list.

Be warned: this is alpha.

nice, man! I’d be willing to try it on my old personal MBP.

You’ve already got repo access, so all you need to do is to install Homebrew, which you can do here: https://brew.sh/. (You may need to install the xcode command line tools if you don’t already have them.)
Once you’ve done that, just do:

    brew tap rfritz/radiance
    brew install radiance

Answer “y” to agree to the license, and it should compile, build, and install.

And then it should just work.

Did you get a chance to try this? If so, how did it work out?