~ubuntu-branches/ubuntu/precise/partitionmanager/precise

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2009-05-02 14:50:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090502145018-ktgdpdforvzltn86
Tags: 1.0.0~beta2-0ubuntu1
* New upstream release
* Remove debian/patches (icon is now included)
  + drop quilt build-dep
* Bump standards-version to 3.8.1
* Update lintian override with manpage for partitionmanager-bin, the 
  actually binary is now a wrapper around -bin, so we don't need an
  additional manpage
* Use pkg-kde-tools for building instead of CDBS' kde4.mk

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
libblkid: Also part of e2fsprogs. See libuuid.
17
17
 
18
 
KDE4: KDE 4.0 will not work. The minimum required version is 4.1.0. To build the
19
 
documentation, you need 4.1.4 or 4.2.0.
 
18
KDE4: KDE 4.0 will not work. The minimum required version is 4.1.0.
20
19
 
21
20
 
22
21
2. Configure
25
24
recommended to build out of tree: After unpacking the source, create a separate
26
25
build directory and run cmake there:
27
26
 
28
 
$ tar xfj partitionmanager-1.0.0-BETA1.tar.bz2
29
 
$ cd partitionmanager-1.0.0-BETA1
 
27
$ tar xfj partitionmanager-1.0.0-BETA2.tar.bz2
 
28
$ cd partitionmanager-1.0.0-BETA2
30
29
$ mkdir build
31
30
$ cd build
32
31
$ cmake ..