tidy-html5/build/gnuauto
2014-08-03 19:13:03 +02:00
..
console removed more CVS Info 2014-08-03 18:13:58 +02:00
include removed more CVS Info 2014-08-03 18:13:58 +02:00
src Update OLD build files for new gdoc.* source 2014-08-03 19:13:03 +02:00
configure.in removed more CVS Info 2014-08-03 18:13:58 +02:00
Makefile.am removed more CVS Info 2014-08-03 18:13:58 +02:00
readme.txt new 2011-11-17 11:44:16 +09:00
setup.sh new 2011-11-17 11:44:16 +09:00

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