annotate README @ 390:5c0ce43c7532

Fix a number of spelling mistakes Changes-by: codespell -w Suggested-by: codespell, spellintian, lintian I: libpst4: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libpst.so.4.1.14 occured occurred I: libpst-dev: spelling-error-in-manpage usr/share/man/man5/outlook.pst.5.gz Attachement Attachment
author Paul Wise <pabs3@bonedaddy.net>
date Sat, 21 Dec 2019 21:25:45 +0800
parents 3f83feface7a
children
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
389
3f83feface7a Use plain make when building from Mercurial
Paul Wise <pabs3@bonedaddy.net>
parents: 183
diff changeset
12 make -C xml all distclean
59
7d5c637aaafb General cleanup and code fixes.
Carl Byington <carl@five-ten-sg.com>
parents: 18
diff changeset
13 make distcheck
7d5c637aaafb General cleanup and code fixes.
Carl Byington <carl@five-ten-sg.com>
parents: 18
diff changeset
14