diff options
author | 2*yo <yohann@lepage.info> | 2019-07-16 13:10:40 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2019-07-16 13:12:08 +0200 |
commit | 9c56cb040ed3b1c1169e2de18f7c69c856fb7b2d (patch) | |
tree | 56c17e31fdd71f1335cfacb050ab1ede1236d89f /README | |
parent | 5caf76b1655c22e28d1167b786f741ed47f301b1 (diff) | |
download | pam-9c56cb040ed3b1c1169e2de18f7c69c856fb7b2d.tar.gz pam-9c56cb040ed3b1c1169e2de18f7c69c856fb7b2d.tar.bz2 pam-9c56cb040ed3b1c1169e2de18f7c69c856fb7b2d.zip |
Mention that ./autogen.sh is needeed to be run if you check out the sources from git
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |