RGnome
From CBLFS
Revision as of 10:31, 18 August 2008 by Weibullguy (talk | contribs)
Download Source: | http://rgnome.boltzmann-konstante.de/rgnome-0.1.9-alpha.tar.gz |
---|
Contents
Introduction to RGnome
RGnome is a gtk based frontend for GNU R.
Project Homepage: http://rgnome.boltzmann-konstante.de/
Dependencies
Required
Non-Multilib
Compile the package:
make PREFIX=/usr
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
make CC="gcc ${BUILD32}" PREFIX=/usr
Install the package:
make install
N32
Compile the package:
make CC="gcc ${BUILDN32}" PREFIX=/usr
Install the package:
make install
64Bit
Compile the package:
make CC="gcc ${BUILD64}" PREFIX=/usr
Install the package:
make install
Configuring
Contents
Installed Directories: | None |
---|---|
Installed Programs: | rgnome |
Installed Libraries: | None |
Short Descriptions
rgnome | is a PyGTK interface to the R language. |
---|