[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Add 'Required Tools' to README?
From: |
Eric Blake |
Subject: |
Re: Add 'Required Tools' to README? |
Date: |
Tue, 03 Apr 2007 19:20:15 -0600 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.4.666 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Bruno Haible on 4/3/2007 5:02 PM:
> Yes, good suggestion. I'm creating a file 'DEPENDENCIES'. Feel free to add
> a pointer to it from the README if you like.
A bit strong on the m4 requirements, since debian stable doesn't ship
1.4.9 yet (I only released it last month :). Also, I tweaked some of the
wording: since cc and make are used by the end user, while the rest of the
tools are developer-only, using native cc and make instead of gcc and
gmake helps test portability.
2007-04-03 Eric Blake <address@hidden>
* DEPENDENCIES: Weaken m4 requirements.
- --
Don't work too hard, make some time for fun as well!
Eric Blake address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGEv1O84KuGfSFAYARArHvAJ9dnxREUgvVgtCK8S45i2NbQQ3qdgCglSe+
H3U5EW6Dx7iXxAGG0ZAeJb0=
=Z+uu
-----END PGP SIGNATURE-----
diff --git a/ChangeLog b/ChangeLog
index d9b34ed..ea7a967 100644
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 3314376..f120751 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -1,25 +1,26 @@
The following packages are needed by maintainers for using 'gnulib-tool':
-* A C runtime and compiler (e.g. GNU gcc 2.95 or newer).
- + Mandatory.
- + Homepage:
+* A C runtime and compiler.
+ + Mandatory, platform cc gives good portability exposure.
+ + GCC Homepage (GNU gcc 2.95 or newer):
http://gcc.gnu.org/
+ Download:
http://ftp.gnu.org/gnu/gcc/
ftp://ftp.gnu.org/gnu/gcc/
-* A 'make' utility (e.g. GNU make 3.79.1 or newer).
- + Mandatory.
- + Homepage:
+* A 'make' utility.
+ + Mandatory, platform make gives good portability exposure.
+ + VPATH builds often need GNU make 3.79.1 or newer.
+ + GNU Make Homepage:
http://www.gnu.org/software/make/
+ Download:
http://ftp.gnu.org/gnu/make/
ftp://ftp.gnu.org/gnu/make/
-* GNU m4 1.4.9 or newer.
+* GNU m4 1.4.5 or newer.
+ Mandatory.
- Autoconf requires GNU m4 1.4 or newer, and Autoconf 2.61 triggers bugs
- in GNU m4 < 1.4.8.
+ Autoconf 2.62 requires GNU m4 1.4.5 or newer, and Autoconf 2.61 triggers
+ bugs in GNU m4 < 1.4.5.
+ Homepage:
http://www.gnu.org/software/m4/
+ Download:
- Re: new module 'iconv_open', (continued)
- Re: new module 'iconv_open', Simon Josefsson, 2007/04/03
- Re: new module 'iconv_open', Bruno Haible, 2007/04/03
- Re: new module 'iconv_open', Simon Josefsson, 2007/04/04
- Re: new module 'iconv_open', Bruno Haible, 2007/04/04
- Re: new module 'iconv_open', Simon Josefsson, 2007/04/04
Re: new module 'iconv_open', Bruno Haible, 2007/04/02
- Add 'Required Tools' to README?, Simon Josefsson, 2007/04/03
- Re: Add 'Required Tools' to README?, Paul Eggert, 2007/04/04
- Re: Add 'Required Tools' to README?, Eric Blake, 2007/04/04
- Re: Add 'Required Tools' to README?, Paul Eggert, 2007/04/04
- list of portable tools (was: Add 'Required Tools' to README?), Ralf Wildenhues, 2007/04/04
- Re: list of portable tools, Paul Eggert, 2007/04/05
- Re: list of portable tools, Ralf Wildenhues, 2007/04/05
- Re: list of portable tools, Paul Eggert, 2007/04/05
- Re: list of portable tools, Karl Berry, 2007/04/06