diff options
author | Jim Meyering <jim@meyering.net> | 2007-06-18 14:52:27 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-06-18 14:54:51 +0200 |
commit | 79225cdc062d52567e46fecaf8218203baa62f0e (patch) | |
tree | 6692dc6ff71ff494e078011eca14fc72349349c0 | |
parent | 926c8f79838bd3e9b51280deb3fd158ff396640d (diff) | |
download | parted-79225cdc062d52567e46fecaf8218203baa62f0e.tar.gz |
README-hacking: Don't mention Gzip 1.2.4, now that 1.3.12 is out.
Mention uuid-devel and pkg-config, too.
-rw-r--r-- | README-hacking | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/README-hacking b/README-hacking index acc5271..7ded8a1 100644 --- a/README-hacking +++ b/README-hacking @@ -14,12 +14,12 @@ stable versions of the maintainer tools we depend upon, including: - Gettext <http://www.gnu.org/software/gettext/> - Gzip <http://www.gnu.org/software/gzip/> - Libtool <http://www.gnu.org/software/libtool/> +- Pkg-config <http://pkg-config.freedesktop.org/> - Tar <http://www.gnu.org/software/tar/> +- Uuid-devel <http://e2fsprogs.sourceforge.net/> + (Debian: uuid-dev, Red Hat: uuid-devel) - Wget <http://www.gnu.org/software/wget/> -As of this writing, the latest stable version of Gzip is 1.2.4 but we -suggest using test version 1.3.5 (or later, if one becomes available). - Valgrind <http://valgrind.org/> is also highly recommended, if Valgrind supports your architecture. @@ -67,4 +67,3 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - |