Libglademm: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
I filled in the package description. |
||
| Line 1: | Line 1: | ||
{| style="text-align: left; background-color: AliceBlue;" | {| style="text-align: left; background-color: AliceBlue;" | ||
|- | |-valign="top" | ||
!Download Source: | !Download Source: | ||
| http://ftp.gnome.org/pub/GNOME/sources/libglademm/{{Libglademm-Version2}}/libglademm-{{Libglademm-Version}}.tar.bz2 | | http://ftp.gnome.org/pub/GNOME/sources/libglademm/{{Libglademm-Version2}}/libglademm-{{Libglademm-Version}}.tar.bz2 | ||
|- | |-valign="top" | ||
|} | |} | ||
| Line 9: | Line 9: | ||
== Introduction to libglademm == | == Introduction to libglademm == | ||
libglademm is a C++ wrapper around libglade. libglademm2, for GNOME2, is now part of gnomemm: See http://www.gtkmm.org. | |||
== Dependencies == | == Dependencies == | ||
Revision as of 20:26, 1 January 2007
| Download Source: | http://ftp.gnome.org/pub/GNOME/sources/libglademm/2.6/libglademm-2.6.7.tar.bz2 |
|---|
Introduction to libglademm
libglademm is a C++ wrapper around libglade. libglademm2, for GNOME2, is now part of gnomemm: See 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 |