mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-19 01:50:49 +00:00
* Version 1.1.0:
* GNUmakefile: Add version. * README: Add ftp location. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@20795 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fc01d7032f
commit
508af4e4c4
3 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-02-25 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 1.1.0:
|
||||
* GNUmakefile: Add version.
|
||||
* README: Add ftp location.
|
||||
|
||||
Sat Feb 19 04:20:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Makefile: Build two versions of each bundle with different library
|
||||
|
|
|
@ -3,6 +3,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
-include config.make
|
||||
|
||||
PACKAGE_NAME = SQLClient
|
||||
PACKAGE_VERSION = 1.1.0
|
||||
|
||||
TEST_TOOL_NAME=
|
||||
|
||||
|
|
6
README
6
README
|
@ -56,9 +56,9 @@ Current backend bundles are -
|
|||
|
||||
Where can you get it? How can you install it?
|
||||
|
||||
The SQLClient library is currently only available via CVS from the GNUstep CVS repository.
|
||||
See <https://savannah.gnu.org/cvs/?group=gnustep>
|
||||
You need to check out gnustep/dev-libs/SQLClient
|
||||
The SQLClient library is currently available at
|
||||
<ftp://ftp.gnustep.org/pub/gnustep/libs>
|
||||
or via CVS from the GNUstep CVS repository (See <https://savannah.gnu.org/cvs/?group=gnustep>. Check out gnustep/dev-libs/SQLClient).
|
||||
|
||||
To build this library you must have a basic GNUstep environment set up...
|
||||
|
||||
|
|
Loading…
Reference in a new issue