Glibmm: Difference between revisions

From CBLFS
Jump to navigationJump to search
mNo edit summary
Oppiz (talk | contribs)
No edit summary
 
Line 7: Line 7:
----
----


{{Blank-Package-Introduction}}
{{Package-Introduction|gtkmm is the official C++ interface for the popular GUI library GTK+|http://www.gtkmm.org/}}


== Dependencies ==
== Dependencies ==

Latest revision as of 08:58, 20 September 2009

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

Introduction to Glibmm

gtkmm is the official C++ interface for the popular GUI library GTK+

Project Homepage: http://www.gtkmm.org/

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 ???
Retrieved from "?title=Glibmm&oldid=19260"