Difference between revisions of "Libglademm"
From CBLFS
Jump to navigationJump to search (I filled in the package description.) |
|||
Line 8: | Line 8: | ||
---- | ---- | ||
− | + | {{Package-Introduction|libglademm is a C++ wrapper around libglade. libglademm2, for GNOME2, is now part of gnomemm.|http://www.gtkmm.org}} | |
− | |||
− | libglademm is a C++ wrapper around libglade. libglademm2, for GNOME2, is now part of gnomemm | ||
== Dependencies == | == Dependencies == |
Revision as of 12:40, 16 April 2007
Download Source: | http://ftp.gnome.org/pub/GNOME/sources/libglademm/2.6/libglademm-2.6.7.tar.bz2 |
---|
Contents
Introduction to Libglademm
libglademm is a C++ wrapper around libglade. libglademm2, for GNOME2, is now part of gnomemm.
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: | libglademm-2.4.so |
Installed Directories: | /usr/lib/libglademm-2.4 |