| 1 |
tdb |
1.1 |
libstatgrab CVS README |
| 2 |
tdb |
1.3 |
http://www.i-scream.org |
| 3 |
tdb |
1.1 |
|
| 4 |
tdb |
1.3 |
$Id: README.CVS,v 1.2 2003/02/19 18:49:18 tdb Exp $ |
| 5 |
tdb |
1.1 |
|
| 6 |
|
|
Starting from CVS there are a few things that need to be done before |
| 7 |
tdb |
1.2 |
the normal build procedure. These require autoconf, automake, and |
| 8 |
|
|
libtool to be installed. |
| 9 |
tdb |
1.1 |
|
| 10 |
|
|
Then run the following; |
| 11 |
|
|
|
| 12 |
|
|
aclocal |
| 13 |
|
|
autoheader |
| 14 |
|
|
autoconf |
| 15 |
tdb |
1.2 |
libtoolize -c |
| 16 |
tdb |
1.1 |
automake -a -c |
| 17 |
|
|
|
| 18 |
|
|
After this the normal build procedure in the README file can be |
| 19 |
|
|
followed. |