Download and get started with GGobi
The current version of GGobi is 2.1.8, released 12 August 2008.
If you also want to install rggobi, you can install everything from within R, with the following command: source("http://www.ggobi.org/downloads/install.r")
(Currently available for 10.5 only)
Installing GGobi is a simple three step process:
On some computers, it takes a very long time to start up the first time, so please be patient.
Download ggobi-2.1.8.tar.bz2, unzip and untar, and then run:
./configure --with-all-plugins make sudo make install make ggobirc sudo mkdir -p /etc/xdg/ggobi sudo cp ggobirc /etc/xdg/ggobi/ggobirc
GGobi requires GTk 2.6 and libxml2.
You may need to include /usr/local/lib in LD_LIBRARY_PATH if it is not already there
It also available as a package for:
apt get install ggobi. Provided by Dirk EddelbuettelFrom R, you should be able to install rggobi from CRAN:
install.packages("rggobi")
It usually takes about a week after the release of GGobi for rggobi to be available
Please follow the developer's install guide to build it from source. Note that this is currently highly unstable and only recommended for the experienced developer.