From: Håkon Løvdal Date: Tue, 26 Aug 2014 22:20:16 +0000 (+0200) Subject: auto-buildrequires: [PATCH] Add a minimum, useful INSTALL document X-Git-Tag: v1.2~4 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=64fcb4d4a13498bf6692b4283405f9b71bacb4d8;hp=d8e90ed014e49c94c61afe2f0a8fd902320bb778;p=autobuildrequires.git auto-buildrequires: [PATCH] Add a minimum, useful INSTALL document --- diff --git a/.gitignore b/.gitignore index 0b32ac0..89ce9ad 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ *.so .deps .libs -INSTALL Makefile Makefile.in aclocal.m4 diff --git a/INSTALL b/INSTALL new file mode 100644 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. +