Difference between revisions of "Libgalago"

From CBLFS
Jump to navigationJump to search
Line 7: Line 7:
 
----
 
----
  
== Introduction to Libgalago ==
+
{{Blank-Package-Introduction}}
 
 
<Package Needs Description>
 
 
 
'''Project Home Page''': http://www.galago-project.org/
 
  
 
== Dependencies ==
 
== Dependencies ==

Revision as of 12:48, 16 April 2007

Download Source: http://www.galago-project.org/files/releases/source/libgalago/libgalago-0.5.2.tar.bz2

Introduction to Libgalago

Project Homepage: Unknown

Dependencies

Required

Optional

Non-Multilib

Compile the package:

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

Install the package:

make install

Multilib

32bit

Compile the package:

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

Install the package:

make install

N32

Compile the package:

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

Install the package:

make install

64bit

Compile the package:

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

Install the package:

make install

Contents

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