Libgnomedb
From CBLFS
Revision as of 10:23, 27 December 2007 by Weibullguy (talk | contribs)
Download Source: | http://ftp.acc.umu.se/pub/GNOME/sources/libgnomedb/3.99/libgnomedb-3.99.7.tar.bz2 |
---|
Contents
Introduction to Libgnomedb
Lignomedb is a database widget library with data bound widgets and more.
Project Homepage: http://www.gnome-db.org/
Dependencies
Required
- Gtk2
- libgda
- gtksourceview version 1.0
Optional
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} && make
Install the package:
make install
Multilib
32Bit
Compile the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" CC="gcc ${BUILD32}" \ ./configure --prefix=${GNOME_PREFIX} && make
Install the package:
make install
N32
Compile the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" CC="gcc ${BUILDN32}" \ ./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib32 && make
Install the package:
make install
64Bit
Compile the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" CC="gcc ${BUILD64}" \ ./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib64 && make
Install the package:
make install
Contents
Installed Directories: | None |
---|---|
Installed Programs: | gnome-database-properties-3.0, gnome-db-browser, gnome-db-demo |
Installed Libraries: | libgnomedb.{a, la, so}, libgnomedb_extra.{a, la, so}, libgnomedb_graph.{a, la, so} |