Revision: | 1.2 |
Committed: | Fri Sep 26 21:22:44 2003 UTC (21 years, 2 months ago) by tdb |
Branch: | MAIN |
Changes since 1.1: | +2 -2 lines |
Log Message: | Update some old URL's etc. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | libukcprog CVS README |
2 | tdb | 1.2 | http://www.i-scream.org |
3 | tdb | 1.1 | |
4 | tdb | 1.2 | $Id: README.CVS,v 1.1 2003/03/29 16:30:31 tdb Exp $ |
5 | tdb | 1.1 | |
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 | autoconf | ||
14 | libtoolize -c | ||
15 | automake -a -c | ||
16 | |||
17 | After this the normal build procedure in the README file can be | ||
18 | followed. |