Revision: | 1.1 |
Committed: | Tue Feb 18 22:01:48 2003 UTC (21 years, 8 months ago) by tdb |
Branch: | MAIN |
Log Message: | Autoconf/Automake setup. README.CVS details how to "get started" from a CVS checked out copy. Then it's just the usual configure and make, as described in the README file. |
# | Content |
---|---|
1 | libstatgrab CVS README |
2 | http://www.i-scream.org.uk |
3 | |
4 | $Id$ |
5 | |
6 | Starting from CVS there are a few things that need to be done before |
7 | the normal build procedure. These require autoconf and automake to |
8 | be installed. |
9 | |
10 | Then run the following; |
11 | |
12 | aclocal |
13 | autoheader |
14 | autoconf |
15 | automake -a -c |
16 | |
17 | After this the normal build procedure in the README file can be |
18 | followed. |