Mercurial > libpst
diff 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 |
line wrap: on
line diff
--- a/README Wed Feb 06 23:05:56 2008 -0800 +++ b/README Thu Feb 14 14:55:32 2008 -0800 @@ -1,8 +1,15 @@ - $Id$ - -Try this: +Starting with an unpacked tarball, try this: ./configure make su make install + + +Starting with a mercurial working directory, try this: + + make -f *cvs + ./configure >/dev/null + (cd xml; make; make distclean) + make distcheck +