comparison README @ 59:7d5c637aaafb

General cleanup and code fixes. Use autoscan to cleanup our autoconf system. Use autoconf to detect when we need to use our XGetopt files and other header files. Decode BCC field. Fix missing LE32_CPU byte swapping for FILETIME types.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 14 Feb 2008 14:55:32 -0800
parents 69ab1d8b3293
children 265c7a65b75b
comparison
equal deleted inserted replaced
58:a8b772313ff4 59:7d5c637aaafb
1 $Id$ 1 Starting with an unpacked tarball, try this:
2
3 Try this:
4 2
5 ./configure 3 ./configure
6 make 4 make
7 su 5 su
8 make install 6 make install
7
8
9 Starting with a mercurial working directory, try this:
10
11 make -f *cvs
12 ./configure >/dev/null
13 (cd xml; make; make distclean)
14 make distcheck
15