~ubuntu-branches/ubuntu/lucid/tidy/lucid

« back to all changes in this revision

Viewing changes to build/gnuauto/readme.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2008-01-20 21:46:03 UTC
  • mfrom: (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080120214603-poklofici9og61tx
Tags: 20080116cvs-2
* debian/control: build depends on xsltproc
  (closes: #461608)
* debian/tidy.preinst,postinst: add code to move old config file
  (closes: #461623)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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