Revision: | 1.2 |
Committed: | Wed Feb 19 18:49:18 2003 UTC (21 years, 8 months ago) by tdb |
Branch: | MAIN |
CVS Tags: | LIBSTATGRAB_0_4, LIBSTATGRAB_0_3_4, LIBSTATGRAB_0_3_3, LIBSTATGRAB_0_3_2, LIBSTATGRAB_0_3_1, LIBSTATGRAB_0_3, LIBSTATGRAB_0_2 |
Changes since 1.1: | +4 -3 lines |
Log Message: | We now use libtool to build libstatgrab. This gives us static and shared versions of the library, which is nice :) Updated the CVS build instructions accordingly. |
# | Content |
---|---|
1 | libstatgrab CVS README |
2 | http://www.i-scream.org.uk |
3 | |
4 | $Id: README.CVS,v 1.1 2003/02/18 22:01:48 tdb Exp $ |
5 | |
6 | Starting from CVS there are a few things that need to be done before |
7 | the normal build procedure. These require autoconf, automake, and |
8 | libtool to be installed. |
9 | |
10 | Then run the following; |
11 | |
12 | aclocal |
13 | autoheader |
14 | autoconf |
15 | libtoolize -c |
16 | automake -a -c |
17 | |
18 | After this the normal build procedure in the README file can be |
19 | followed. |