diff options
-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 |