From 1b5599b5b1d43801e12e037bdb7fccbe9e7953ee Mon Sep 17 00:00:00 2001 From: Christopher Mosher Date: Sat, 2 Jun 2012 13:07:20 -0400 Subject: [PATCH] add bootstrap script and README-hacking --- README-hacking | 9 +++++++++ bootstrap | 1 + 2 files changed, 10 insertions(+) create mode 100644 README-hacking create mode 100755 bootstrap diff --git a/README-hacking b/README-hacking new file mode 100644 index 0000000..f230f28 --- /dev/null +++ b/README-hacking @@ -0,0 +1,9 @@ +QUICK START + +When fetching sources directly from the source code repository, +use the following command to get the necessary dependencies, etc., +for a working configure script. + + ./bootstrap + +After that, you can use the normal build steps documented in INSTALL. diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..ab3aee3 --- /dev/null +++ b/bootstrap @@ -0,0 +1 @@ +autoreconf --install