auto-buildrequires: [PATCH] Add a minimum, useful INSTALL document
authorHåkon Løvdal <hlovdal@gmail.com>
Tue, 26 Aug 2014 22:20:16 +0000 (00:20 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 27 Aug 2014 07:50:52 +0000 (08:50 +0100)
.gitignore
INSTALL [new file with mode: 0644]

index 0b32ac0..89ce9ad 100644 (file)
@@ -3,7 +3,6 @@
 *.so
 .deps
 .libs
-INSTALL
 Makefile
 Makefile.in
 aclocal.m4
diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..7b7338a
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,15 @@
+
+To make a freshly checked out git repository compilable, run the following commands:
+
+autoreconf --install
+automake
+autoconf
+
+Then you are ready to build, e.g.
+
+./configure
+make
+
+
+Notice that there is a runtime dependency on perl-String-ShellQuote.
+