diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2015-05-01 10:59:43 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2015-05-01 10:59:51 -0400 |
commit | 5ab69153d0f1b0bcd0f7353e019777c29dca76a8 (patch) | |
tree | 4a4defab373f59fd32d305e9e5a3b75e5af49873 /README.md | |
parent | 80785dbcf49381841140812873108a1e206d994f (diff) | |
download | liza-5ab69153d0f1b0bcd0f7353e019777c29dca76a8.tar.gz liza-5ab69153d0f1b0bcd0f7353e019777c29dca76a8.tar.bz2 liza-5ab69153d0f1b0bcd0f7353e019777c29dca76a8.zip |
README contents combined into README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,5 +1,5 @@ <!-- - Copyright (C) 2014 LoVullo Associates, Inc. + Copyright (C) 2015 LoVullo Associates, Inc. This file is part of liza. @@ -27,6 +27,18 @@ patient as the entire core framework makes its way into this repository and others. +## Configuring +If your distribution does not contain a `configure' file in the project +root, then you likely have the sources as committed to the project +repository; you may generate the script by issuing the following command: + +``` + $ autoreconf -fvi +``` + +You may then see `./configure --help` for more information. + + ## License Liza is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software |