Difference between revisions of "Gsf-Sharp"
From CBLFS
Jump to navigationJump to search (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 == ...) |
|||
Line 2: | Line 2: | ||
|-valign="top" | |-valign="top" | ||
!Download Source: | !Download Source: | ||
− | | http://primates.ximian.com/~joe/gsf-sharp- | + | | http://primates.ximian.com/~joe/gsf-sharp-{{Gsf-Sharp-Version}}.tar.gz |
|} | |} | ||
Revision as of 19:09, 9 February 2007
Download Source: | http://primates.ximian.com/~joe/gsf-sharp-0.8.tar.gz |
---|
Contents
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 |