From aa9b56ffb468fbe7066062dc46a145cf4898d8cd Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 17 Mar 2010 16:04:53 +0100 Subject: [PATCH] Mention datefudge. --- README-alpha | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-alpha b/README-alpha index 390784cd9..49cdc9773 100644 --- a/README-alpha +++ b/README-alpha @@ -25,6 +25,7 @@ We require several tools to build the software, including: - Guile - Gaa (optional) - libtasn1 (optional) +- datefudge (optional) The required software is typically distributed with your operating system, and the instructions for installing them differ. Here are @@ -35,6 +36,7 @@ sudo apt-get install git-core autoconf automake libtool gettext cvs sudo apt-get install texinfo texlive texlive-generic-recommended texlive-extra-utils sudo apt-get install help2man gtk-doc-tools valgrind sudo apt-get install libgcrypt-dev guile-1.8-dev libtasn1-3-dev +sudo apt-get install datefudge To download the version controlled sources: -- 2.11.4.GIT