Difference between revisions of "Libgda"
From CBLFS
Jump to navigationJump to search (→Optional) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://ftp.gnome.org/pub/GNOME/sources/libgda/ | + | | http://ftp.gnome.org/pub/GNOME/sources/libgda/{{Libgda-Version2}}/libgda-{{Libgda-Version}}.tar.bz2 |
|} | |} | ||
---- | ---- | ||
− | + | {{Package-Introduction|Libgda is a data abstraction layer. It can manage data stored in databases or XML files and it can be used by non GNOME applications}} | |
− | |||
− | Libgda is a data abstraction layer. It can manage data stored in databases or XML files and it can be used by non GNOME applications | ||
== Dependencies == | == Dependencies == | ||
Line 42: | Line 40: | ||
Install the package: | Install the package: | ||
− | make install | + | make install && |
+ | install -Dv -m644 libgda/libgda.h /usr/include/libgda-4.0/libgda/ | ||
== Multilib == | == Multilib == | ||
Line 58: | Line 57: | ||
Install the package: | Install the package: | ||
− | make install | + | make install && |
+ | install -Dv -m644 libgda/libgda.h /usr/include/libgda-4.0/libgda/ | ||
=== N32 === | === N32 === | ||
Line 72: | Line 72: | ||
Install the package: | Install the package: | ||
− | make install | + | make install && |
+ | install -Dv -m644 libgda/libgda.h /usr/include/libgda-4.0/libgda/ | ||
=== 64Bit === | === 64Bit === | ||
Line 86: | Line 87: | ||
Install the package: | Install the package: | ||
− | make install | + | make install && |
+ | install -Dv -m644 libgda/libgda.h /usr/include/libgda-4.0/libgda/ | ||
= Contents = | = Contents = | ||
Line 101: | Line 103: | ||
| /usr/lib/libgda/providers | | /usr/lib/libgda/providers | ||
|} | |} | ||
+ | |||
+ | [[Category:Programming]] |
Latest revision as of 09:34, 31 January 2010
Download Source: | http://ftp.gnome.org/pub/GNOME/sources/libgda/4.2/libgda-4.2.2.tar.bz2 |
---|
Contents
Introduction to Libgda
Libgda is a data abstraction layer. It can manage data stored in databases or XML files and it can be used by non GNOME applications
Project Homepage: Unknown
Dependencies
Required
Optional
- ScrollKeeper
- Berkeley DB
- unixODBC
- MySQL
- PostgreSQL
- FreeTDS
- IBM DB2
- Sybase
- Oracle
- Firebird
- SQLite3
- MDBTools
- OpenLDAP
- Popt
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var/lib && make
Install the package:
make install && install -Dv -m644 libgda/libgda.h /usr/include/libgda-4.0/libgda/
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32 \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var/lib && make
Install the package:
make install && install -Dv -m644 libgda/libgda.h /usr/include/libgda-4.0/libgda/
N32
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" USE_ARCH=n32 \ PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --sysconfdir=/etc \ --libdir=/usr/lib32 --localstatedir=/var/lib && make
Install the package:
make install && install -Dv -m644 libgda/libgda.h /usr/include/libgda-4.0/libgda/
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --sysconfdir=/etc \ --libdir=/usr/lib64 --localstatedir=/var/lib && make
Install the package:
make install && install -Dv -m644 libgda/libgda.h /usr/include/libgda-4.0/libgda/
Contents
Installed Programs: | gda-config-tool gda-report-test gda-run gda-test |
---|---|
Installed Libraries: | libgda-2.so libgda-report-2.so libgdasql.so |
Installed Directories: | /usr/lib/libgda/providers |