2007-04-11 22:35:22 +00:00
|
|
|
1 Announcement
|
|
|
|
**************
|
2001-11-07 03:31:23 +00:00
|
|
|
|
2020-04-05 14:48:18 +00:00
|
|
|
The GNUstep Makefile Package version 2.8.0 is now available.
|
2001-11-07 03:31:23 +00:00
|
|
|
|
2020-04-13 22:18:52 +00:00
|
|
|
1.1 What is the GNUstep Makefile Package?
|
2007-04-11 22:35:22 +00:00
|
|
|
=========================================
|
2001-11-07 03:31:23 +00:00
|
|
|
|
2004-06-10 15:07:36 +00:00
|
|
|
The makefile package is a simple, powerful and extensible way to write
|
|
|
|
makefiles for a GNUstep-based project. It allows the user to write a
|
|
|
|
project without having to deal with the complex issues associated with
|
|
|
|
configuration, building, installation, and packaging. It also allows
|
|
|
|
the user to easily create cross-compiled binaries.
|
2001-11-07 03:31:23 +00:00
|
|
|
|
2020-04-05 14:48:18 +00:00
|
|
|
1.2 Changes in version '2.8.0'
|
|
|
|
==============================
|
|
|
|
|
|
|
|
* Better library combo and ABI detection: gnustep-make will now
|
|
|
|
attempt to detect the optimal library combo and ABI supported by
|
|
|
|
the installed compiler and Objective-C runtime library. Explicit
|
|
|
|
selection of the runtime ABI is now possible using the
|
|
|
|
'--with-runtime-abi' configure option.
|
|
|
|
|
|
|
|
* Full support for the gnustep-2.0 Objective-C ABI.
|
|
|
|
|
|
|
|
* Support for creating a Git tag and creating a tarball from a git
|
|
|
|
tag using the 'git-tag' and 'git-dist' targets.
|
|
|
|
|
|
|
|
* Support for creating a Mercurial tag and creating a tarball from a
|
|
|
|
hg tag using the 'hg-tag' and 'hg-dist' targets.
|
|
|
|
|
|
|
|
* Dropped legacy Rhapsody and FreeBSD-out support.
|
|
|
|
|
2020-04-13 22:41:18 +00:00
|
|
|
1.3 Obtaining gnustep-make
|
2007-04-11 22:35:22 +00:00
|
|
|
==========================
|
|
|
|
|
2020-04-13 22:18:52 +00:00
|
|
|
You can get the gnustep-make-2.8.0.tar.gz distribution file at
|
2016-03-21 07:02:56 +00:00
|
|
|
<ftp://ftp.gnustep.org/pub/gnustep/core>
|
2001-11-07 03:31:23 +00:00
|
|
|
|
2020-04-13 22:18:52 +00:00
|
|
|
It is accompanied by gnustep-make-2.8.0.tar.gz.sig, a PGP signature
|
|
|
|
which you can validate by putting both files in the same directory and
|
|
|
|
using:
|
|
|
|
|
|
|
|
gpg --verify gnustep-make-2.8.0.tar.gz.sig
|
|
|
|
|
|
|
|
Signature has been created using the key with the following
|
|
|
|
fingerprint:
|
|
|
|
|
|
|
|
83AA E47C E829 A414 6EF8 3420 CA86 8D4C 9914 9679
|
|
|
|
|
|
|
|
Read the INSTALL file or the GNUstep-HOWTO for installation
|
|
|
|
instructions.
|
|
|
|
|
|
|
|
1.5 Where do I send bug reports?
|
|
|
|
================================
|
|
|
|
|
|
|
|
Please log bug reports on the GNUstep project page
|
2016-03-21 07:02:56 +00:00
|
|
|
<http://savannah.gnu.org/bugs/?group=gnustep> or send bug reports to
|
2003-03-23 06:53:16 +00:00
|
|
|
<bug-gnustep@gnu.org>.
|
2020-04-13 22:18:52 +00:00
|
|
|
|
|
|
|
1.6 Obtaining GNUstep Software
|
|
|
|
==============================
|
|
|
|
|
|
|
|
Check out the GNUstep web site. (<http://www.gnustep.org/>) and the GNU
|
|
|
|
web site. (<http://www.gnu.org/>)
|