Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

1 Answer

You'll need to install libtool. I use homebrew, so I typed this:

brew install libtool
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.