Gsf-Sharp

From CBLFS
Revision as of 20:06, 9 February 2007 by Jciccone (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://primates.ximian.com/~joe/gsf-sharp-0.8.tar.gz |} ---- == Introduction to Gsf-Sharp == ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://primates.ximian.com/~joe/gsf-sharp-0.8.tar.gz

Introduction to Gsf-Sharp

<Package Needs Description>

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32bit

Compile the package:

export PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" &&
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package:

make install &&
unset PKG_CONFIG_PATH

N32

Compile the package:

export PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" &&
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
    --libdir=/usr/lib32 &&
make

Install the package:

make install &&
unset PKG_CONFIG_PATH

64bit

Compile the package:

export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" &&
CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    --libdir=/usr/lib64 &&
make

Install the package:

make install &&
unset PKG_CONFIG_PATH

Contents

Installed Programs: None
Installed Libraries: libgsfglue.{so,la,a}
Installed Directories: None