Skip to content

Commit

Permalink
Add rggobi install instructions for os x
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Apr 23, 2014
1 parent 55d005f commit ab3e659
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Expand Up @@ -8,3 +8,22 @@ For a fresh checkout, you'll need to run
aclocal
autoconf
```

## ggobi/rggobi on OS X

Currently, the easiest way to get rggobi on OS X is to build Gtk2 and ggobi from source using homebrew. This is relatively simple:

```
# Install homebrew (if you don't already have it)
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
# Install ggobi from source
brew install ggobi
brew install libxml2
# Set up PKG_CONFIG_PATH so rggobi can find all the pieces
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig
R
install.packages("rggobi", type = "source")
```

0 comments on commit ab3e659

Please sign in to comment.