Difference between revisions of "Glibmm"

From CBLFS
Jump to navigationJump to search
 
 
(4 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.12/glibmm-2.12.3.tar.bz2
+
| http://ftp.gnome.org/pub/GNOME/sources/glibmm/{{Glibmm-Version2}}/glibmm-{{Glibmm-Version}}.tar.bz2
 
|}
 
|}
  
 
----
 
----
  
== Introduction to Glibmm ==
+
{{Package-Introduction|gtkmm is the official C++ interface for the popular GUI library GTK+|http://www.gtkmm.org/}}
 
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 92: Line 91:
 
| ???
 
| ???
 
|}
 
|}
 +
 +
[[Category:General Libs]]

Latest revision as of 09: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 ???