1998-01-02 19:23:58 +00:00
|
|
|
@chapter Announcement
|
1994-11-04 16:29:24 +00:00
|
|
|
|
1998-01-02 19:23:58 +00:00
|
|
|
@c set the vars GNUSTEP-BASE-VERSION and GNUSTEP-BASE-GCC-VERSION
|
1998-04-06 02:09:44 +00:00
|
|
|
@ifclear GSTEP-BASE-MAIN
|
2000-11-07 04:50:41 +00:00
|
|
|
@include version.texi
|
1998-04-06 02:09:44 +00:00
|
|
|
@end ifclear
|
1994-11-04 16:29:24 +00:00
|
|
|
|
1998-01-02 19:23:58 +00:00
|
|
|
The GNUstep Base Library, version @value{GNUSTEP-BASE-VERSION}, is now
|
1994-11-04 16:29:24 +00:00
|
|
|
available.
|
|
|
|
|
1996-05-12 00:56:10 +00:00
|
|
|
@section What is the GNUstep Base Library?
|
1994-11-04 16:29:24 +00:00
|
|
|
|
2001-07-19 14:47:31 +00:00
|
|
|
The GNUstep Base Library is a library of general-purpose, non-graphical
|
|
|
|
Objective C objects. For example, it includes classes for strings,
|
|
|
|
object collections, byte streams, typed coders, invocations,
|
|
|
|
notifications, notification dispatchers, moments in time, network ports,
|
|
|
|
remote object messaging support (distributed objects), event loops, and
|
|
|
|
random number generators.
|
|
|
|
|
|
|
|
It provides functionality that aims to implement the non-graphical
|
|
|
|
portion of the OpenStep standard (the Foundation library).
|
1996-04-18 00:37:51 +00:00
|
|
|
|
1997-10-31 20:24:01 +00:00
|
|
|
There is more information available at the GNUstep homepage
|
|
|
|
at @samp{http://www.gnustep.org}.
|
1994-11-04 16:29:24 +00:00
|
|
|
|
|
|
|
@ignore
|
|
|
|
So that developers of non-free, commercial programs can use the library,
|
|
|
|
the library is released under the GNU Library GPL.
|
|
|
|
|
|
|
|
So that it can easily be included in non-free, comercial software, the
|
|
|
|
library is released under the GNU Library GPL.
|
|
|
|
|
|
|
|
For more details, see the @samp{README} file that comes with the
|
|
|
|
distribution.
|
|
|
|
@end ignore
|
|
|
|
|
|
|
|
@section Where can you get it? How can you compile it?
|
|
|
|
|
1998-01-02 19:23:58 +00:00
|
|
|
@ifset GNUSTEP-BASE-FTP-MACHINE
|
2001-05-29 19:42:39 +00:00
|
|
|
The gnustep-base-@value{GNUSTEP-BASE-VERSION}.tar.gz distribution file has
|
1998-01-08 15:25:59 +00:00
|
|
|
been placed on @samp{@value{GNUSTEP-BASE-FTP-MACHINE}} in
|
1998-01-02 19:23:58 +00:00
|
|
|
@samp{@value{GNUSTEP-BASE-FTP-DIRECTORY}}.
|
1994-12-10 01:41:16 +00:00
|
|
|
@end ifset
|
1998-01-02 19:23:58 +00:00
|
|
|
@ifclear GNUSTEP-BASE-FTP-MACHINE
|
1998-01-08 15:25:59 +00:00
|
|
|
The libgnustep-base-@value{GNUSTEP-BASE-VERSION}.tar.gz distribution file has
|
|
|
|
been placed on @samp{@value{GNUSTEP-BASE-SNAP-FTP-MACHINE}} in
|
|
|
|
@samp{@value{GNUSTEP-BASE-SNAP-FTP-DIRECTORY}}.
|
1994-12-10 01:41:16 +00:00
|
|
|
@end ifclear
|
1994-11-04 16:29:24 +00:00
|
|
|
|
1998-01-02 19:23:58 +00:00
|
|
|
The library requires gcc @value{GCC-VERSION} or higher.
|
2001-04-10 03:27:01 +00:00
|
|
|
See the @samp{GNUstep-HOWTO}
|
1996-07-15 18:41:44 +00:00
|
|
|
file for more instructions about compiling and installing the library.
|