Please help
I need to install HTML tidy on Mac OS http://w3c.github.com/tidy-html5/
I call the commands in the Terminal and get nothing:
$ make -C build/gmake/
make: *** build/gmake/: No such file or directory. Β Stop.
$ sh build/gnuauto/setup.sh && ./configure && make
sh: build/gnuauto/setup.sh: No such file or directory
What's the problem? What else should I install?