diff options
author | Mike Gerwitz <mikegerwitz@gnu.org> | 2014-01-16 23:43:23 -0500 |
---|---|---|
committer | Mike Gerwitz <mikegerwitz@gnu.org> | 2014-01-16 23:43:23 -0500 |
commit | 6e4deacf48411f6ab246f88cbfbd6420cb62aa1a (patch) | |
tree | 00d96cd4ac5500962d19de296ec167b9479e439f | |
parent | d432985c672d32dc4a878bc5a4e95e854d710418 (diff) | |
download | liza-6e4deacf48411f6ab246f88cbfbd6420cb62aa1a.tar.gz liza-6e4deacf48411f6ab246f88cbfbd6420cb62aa1a.tar.bz2 liza-6e4deacf48411f6ab246f88cbfbd6420cb62aa1a.zip |
Added README with autoreconf mention
-rw-r--r-- | README | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -0,0 +1,28 @@ +Configuring the Liza Data Collection Framework +********************************************** + + Copyright (C) 2014 LoVullo Associates, Inc. + + This file is part of liza. + + Copying and distribution of this file, with or without modification, are + permitted in any medium without royalty provided the copyright notice and + this notice are preserved. This file is offered as-is, without warranty + of any kind. + + +This file contains information on configuring and building Liza; for +information on using the library, please see the Markdown-formatted +README.md file or the Texinfo manual. + + +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. |