Libgnomedb: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Added page |
Weibullguy (talk | contribs) No edit summary |
||
| 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 |
|---|
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} |