Difference between revisions of "Glibmm"

From CBLFS
Jump to navigationJump to search
m (Introduction to Glibmm)
Line 9: Line 9:
 
== Introduction to Glibmm ==
 
== Introduction to Glibmm ==
  
 +
<Package Description Needed>
  
 
== Dependencies ==
 
== Dependencies ==

Revision as of 22:49, 11 January 2007

Download Source: http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.20/glibmm-2.20.0.tar.bz2

Introduction to Glibmm

<Package Description Needed>

Dependencies

Required

Non-Multilib

Compile the package:

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

Install the package

make install

Multilib

32Bit

Compile the package:

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

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" CXX="g++ ${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}" CXX="g++ ${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: libglibmm-2.4.so.1.0.24 libglibmm_generate_extra_defs-2.4.so.1.0.24
Installed Directory: /usr/lib/glibmm-2.4

Short Descriptions

libglibmm-2.4.so.1.0.24 ???
libglibmm_generate_extra_defs-2.4.so.1.0.24 ???