~ubuntu-branches/ubuntu/natty/recorditnow/natty

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2009-12-27 00:45:15 UTC
  • Revision ID: james.westby@ubuntu.com-20091227004515-8gndndfv8iqleqf1
Tags: 0.7-0ubuntu1
* New upstream release.
* Using source format 3.0
* Using DH 7 rules now
* Dropped cdbs. Specified debhelper and pkg-kde-tools minimum versions
* Added libxext-dev and libxcursor-dev to build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
mkdir build
6
6
cd build
7
7
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull ../ # or -DCMAKE_BUILD_TYPE=release
 
8
                                                                                     # to install translations use -DLINGUAS="${linguas}" example: -DLINGUAS="de hu" for german and hungarian
8
9
make install # as root (sudo/su)
9
10
kbuildsycoca4 # <---- important