annotate README @ 336:f1595a84790b

Old dependency filter breaks file coloring
author Carl Byington <carl@five-ten-sg.com>
date Sun, 22 Sep 2013 16:10:10 -0700
parents 61be2c04d6ab
children 3f83feface7a
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 (cd xml; make; make distclean)
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