tidy-html5/build/gnuauto
Craig Barnes ce27a729dc Remove CVS info blocks 2012-08-08 17:27:29 +01:00
..
console Remove CVS info blocks 2012-08-08 17:27:29 +01:00
include Remove CVS info blocks 2012-08-08 17:27:29 +01:00
src Remove CVS info blocks 2012-08-08 17:27:29 +01:00
Makefile.am Remove CVS info blocks 2012-08-08 17:27:29 +01:00
configure.in Remove CVS info blocks 2012-08-08 17:27:29 +01:00
readme.txt new 2011-11-17 11:44:16 +09:00
setup.sh new 2011-11-17 11:44:16 +09:00

readme.txt

To use GNU "Auto" tools (AutoConf/AutoMake/LibTool), run
/bin/sh build/gnuauto/setup.sh from the top-level Tidy
directory.  This script will copy the appropriate 
Makefile.am files into each source directory, along with
configure.in.

If the script was successful you should now be able
to build in the usual way:

	$ ./configure --prefix=/usr
	$ make
	$ make install

to get a list of configure options type: ./configure --help

Alternatively, you should be able to build outside of the source
tree. e.g.:

 	$ mkdir ../build-tidy
 	$ cd ../build-tidy
 	$ ../tidy/configure --prefix=/usr
 	$ make
 	$ make install