Home | History | Annotate | only in /webstack/webstack/trunk/src/tidy
Up to higher level directory
NameDateSize
aclocal.m408-Dec-2008217.8K
autom4te.cache/08-Dec-2008
build/08-Dec-2008
config.guess08-Dec-200840.4K
config.sub08-Dec-200829.3K
configure08-Dec-2008656.8K
configure.in08-Dec-20082.9K
configure.orig08-Dec-2008656.8K
console/08-Dec-2008
depcomp08-Dec-200811.8K
include/08-Dec-2008
install-sh08-Dec-20085.5K
ltmain.sh08-Dec-2008176K
make_solaris.sh08-Dec-2008689
Makefile.am08-Dec-20082.5K
Makefile.in08-Dec-200814.4K
missing08-Dec-20088.6K
mkinstalldirs08-Dec-2008722
readme.txt08-Dec-2008616
setup.sh08-Dec-20081.4K
src/08-Dec-2008

readme.txt

      1 To use GNU "Auto" tools (AutoConf/AutoMake/LibTool), run
      2 /bin/sh build/gnuauto/setup.sh from the top-level Tidy
      3 directory.  This script will copy the appropriate 
      4 Makefile.am files into each source directory, along with
      5 configure.in.
      6 
      7 If the script was successful you should now be able
      8 to build in the usual way:
      9 
     10 	$ ./configure --prefix=/usr
     11 	$ make
     12 	$ make install
     13 
     14 to get a list of configure options type: ./configure --help
     15 
     16 Alternatively, you should be able to build outside of the source
     17 tree. e.g.:
     18 
     19  	$ mkdir ../build-tidy
     20  	$ cd ../build-tidy
     21  	$ ../tidy/configure --prefix=/usr
     22  	$ make
     23  	$ make install
     24 
     25