File: readme.txt

package info (click to toggle)
tidy 20091223cvs-1%2Bdeb6u1
  • links: PTS
  • area: main
  • in suites: squeeze-lts
  • size: 5,516 kB
  • ctags: 3,350
  • sloc: ansic: 30,143; sh: 10,093; xml: 109; makefile: 48
file content (24 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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