summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2*yo <yohann@lepage.info>2019-07-16 13:10:40 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2019-07-16 13:12:08 +0200
commit9c56cb040ed3b1c1169e2de18f7c69c856fb7b2d (patch)
tree56c17e31fdd71f1335cfacb050ab1ede1236d89f
parent5caf76b1655c22e28d1167b786f741ed47f301b1 (diff)
Mention that ./autogen.sh is needeed to be run if you check out the sources from git
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 994dd95a..8f47bf81 100644
--- a/README
+++ b/README
@@ -7,6 +7,13 @@ NOTES:
How to use it is as follows:
+If you check out the sources from git, install Autotools and generate
+configuration scripts:
+
+ ./autogen.sh
+
+Then compile:
+
./configure --help | less
./configure <your-options>
make