Difference between revisions of "Libgnomedb"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added page) |
Weibullguy (talk | contribs) |
||
Line 14: | Line 14: | ||
=== Required === | === Required === | ||
* [[Gtk2]] | * [[Gtk2]] | ||
+ | * [[libgda]] | ||
* [[gtksourceview]] version 1.0 | * [[gtksourceview]] version 1.0 | ||
Latest revision as of 10:23, 27 December 2007
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} |