README contents combined into README.md
parent
80785dbcf4
commit
5ab69153d0
28
README
28
README
|
@ -1,28 +0,0 @@
|
|||
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.
|
14
README.md
14
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue