| Revision: | 1.1 |
| Committed: | Sat Mar 29 16:30:31 2003 UTC (22 years, 7 months ago) by tdb |
| Branch: | MAIN |
| CVS Tags: | LIBUKCPROG_1_0_1, LIBUKCPROG_1_0 |
| Log Message: | libukcprog is now a seperate package. I doubt this will be much use to anyone other than us, but I see no reason why we can't package it up and distribute it. Obviously we can't attach the GPL to this, as we don't own it. |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | tdb | 1.1 | libukcprog 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, 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. |