~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to INSTALL.svn

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
To build and install the source checked out from Subversion:
2
 
  ./autogen.sh <configure options>
3
 
  make
4
 
  make install
5
 
 
6
 
 
7
 
Configure options to autogen.sh can include any of the options available to
8
 
configure. Run ./configure --help to get a list of options.
9
 
 
10
 
Example to configure for installing in /usr/local/qgis:
11
 
  ./autogen.sh --prefix=/usr/local/qgis
12
 
  make
13
 
  make install