Difference between revisions of "RGnome"

From CBLFS
Jump to navigationJump to search
m
 
Line 30: Line 30:
 
== Multilib ==
 
== Multilib ==
  
<b>This package does not provide any libraries so only one installation is required.</b>
+
<b>This package does not provide any libraries or other ABI-specific files so only one installation is required.</b>
 
 
=== 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 ===
 
=== 64Bit ===
Line 61: Line 41:
  
 
  make install
 
  make install
 
== Configuring ==
 
  
 
== Contents ==
 
== Contents ==

Latest revision as of 20:31, 22 July 2009

Download Source: http://rgnome.boltzmann-konstante.de/rgnome-0.1.9-alpha.tar.gz

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 or other ABI-specific files so only one installation is required.

64Bit

Compile the package:

make CC="gcc ${BUILD64}" PREFIX=/usr

Install the package:

make install

Contents

Installed Directories: None
Installed Programs: rgnome
Installed Libraries: None

Short Descriptions

rgnome is a PyGTK interface to the R language.