mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-16 00:21:39 +00:00
The SQLClient library is designed to provide a simple interface to SQL databases for GNUstep applications.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@19195 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
.cvsignore | ||
ChangeLog | ||
config.guess | ||
config.h.in | ||
config.make.in | ||
config.sub | ||
configure | ||
configure.ac | ||
COPYING.LIB | ||
ECPG.pgm | ||
GNUmakefile | ||
GNUmakefile.postamble | ||
GNUmakefile.preamble | ||
install-sh | ||
MySQL.m | ||
Oracle.pm | ||
Postgres.m | ||
README | ||
SQLClient.h | ||
SQLClient.html | ||
SQLClient.m | ||
testECPG.m | ||
testMySQL.m | ||
testPostgres.m |
To build this library you must have a basic GNUstep environment set up ... The gnustep-make package must have been built and installed. The gnustep-base package must have been built and installed. You must hace sourced the GNUstep.sh script (from gnustep-make) to set up environment variables needed for building this. If this environment is in place, all you should need to do is run 'make' to configure and build the library, 'make install' to install it. Then you can run the test programs. Your most likely problems are that the configure script may not detect the database libraries you want ...