Search This Blog

Mac OS X: how to compile and install HTML tidy

  • First make sure you have xcode installed.
  • Check out source code from sourceforge (When asking for password, press enter):
    cvs -d:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy login
    
    cvs -z3 -d:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy co -P tidy
    
    
  • Configure:
    cd tidy; /bin/sh build/gnuauto/setup.sh
    
    ./configure --prefix=/usr/local
    
    
  • Compile then install:
    make
    
    sudo make install
    
    

No comments:

Post a Comment