So here I go.
Getting most recent build from cvs:
$ cd ~/src/ $ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/tidy login $ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/tidy co tidy
Building said code:
$ cd tidy/build/gmake $ make ld: archive: ../../lib/libtidy.a has no table of contents, add one with ranlib(1) (can't load from it) make: *** [../../bin/tidy] Error 1 $ ranlib ../../lib/libtidy.a $ make
Running code:
$ cd ../../bin $ ./tidy -h $ open ../htmldoc/faq.html $ open http://tidy.sourceforge.net/docs/quickref.html
More after I eat some food.