here's a suggested change to the readme which mentions the homebrew formula.
--- README | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/README b/README index 8148de8..1c7d253 100644 --- a/README +++ b/README @@ -119,6 +119,13 @@ To build, type: scons --app ./packages/macos/osx_app-postbuild.sh +Homebrew (http://mxcl.github.com/homebrew/) users: + +The homebrew formula conveniently installs all dependencies for you (including racket): + + $ brew update + $ brew install fluxus + Building fluxus on Windows -------------------------- -- 1.7.3
