Skip to content

Setting Up a Mac OS X Build Environment

Andy Maleh edited this page Dec 24, 2021 · 13 revisions

If you’d like to be able to build FXRuby on Mac OS X, there are three options:

  1. (supported) MacPorts : Takes care of installing most or all of the dependencies for you. If that’s your choice, see the instructions at Setting Up a Mac OS X Build Environment with MacPorts.
  2. (supported) Build everything from scratch: Follow Setting Up a Mac OS X Build Environment without MacPorts.
  3. (unsupported) Homebrew : Run: `brew install fox && brew install xquartz && open -a /Applications/Utilities/XQuartz.app`