annotate README @ 118:0f1492b7fe8b

patch from Fridrich Strba for building on mingw and general cleanup of autoconf files add processing for pst files of type 0x0f start adding support for properly building and installing libpst.so and the header files required to use it. remove version.h since the version number is now in config.h more const correctness issues regarding getopt()
author Carl Byington <carl@five-ten-sg.com>
date Sat, 31 Jan 2009 12:12:36 -0800
parents 7d5c637aaafb
children 265c7a65b75b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
59
7d5c637aaafb General cleanup and code fixes.
Carl Byington <carl@five-ten-sg.com>
parents: 18
diff changeset
1 Starting with an unpacked tarball, try this:
0
6b1b602514db Initial revision
carl
parents:
diff changeset
2
18
69ab1d8b3293 switch to automake/autoconf
carl
parents: 0
diff changeset
3 ./configure
69ab1d8b3293 switch to automake/autoconf
carl
parents: 0
diff changeset
4 make
69ab1d8b3293 switch to automake/autoconf
carl
parents: 0
diff changeset
5 su
69ab1d8b3293 switch to automake/autoconf
carl
parents: 0
diff changeset
6 make install
59
7d5c637aaafb General cleanup and code fixes.
Carl Byington <carl@five-ten-sg.com>
parents: 18
diff changeset
7
7d5c637aaafb General cleanup and code fixes.
Carl Byington <carl@five-ten-sg.com>
parents: 18
diff changeset
8
7d5c637aaafb General cleanup and code fixes.
Carl Byington <carl@five-ten-sg.com>
parents: 18
diff changeset
9 Starting with a mercurial working directory, try this:
7d5c637aaafb General cleanup and code fixes.
Carl Byington <carl@five-ten-sg.com>
parents: 18
diff changeset
10
7d5c637aaafb General cleanup and code fixes.
Carl Byington <carl@five-ten-sg.com>
parents: 18
diff changeset
11 make -f *cvs
7d5c637aaafb General cleanup and code fixes.
Carl Byington <carl@five-ten-sg.com>
parents: 18
diff changeset
12 ./configure >/dev/null
7d5c637aaafb General cleanup and code fixes.
Carl Byington <carl@five-ten-sg.com>
parents: 18
diff changeset
13 (cd xml; make; make distclean)
7d5c637aaafb General cleanup and code fixes.
Carl Byington <carl@five-ten-sg.com>
parents: 18
diff changeset
14 make distcheck
7d5c637aaafb General cleanup and code fixes.
Carl Byington <carl@five-ten-sg.com>
parents: 18
diff changeset
15