Skip to content

Instantly share code, notes, and snippets.

@skwp
Created February 25, 2010 04:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skwp/314248 to your computer and use it in GitHub Desktop.
Save skwp/314248 to your computer and use it in GitHub Desktop.
#!/bin/bash
cvs -z3 -d:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy co -P tidy
cd tidy
sh build/gnuauto/setup.sh
./configure --prefix=/usr
make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment