~ubuntu-branches/ubuntu/vivid/knemo/vivid

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-05-11 18:56:39 UTC
  • mfrom: (2.2.5 experimental)
  • Revision ID: package-import@ubuntu.com-20130511185639-br5lb3qjrxtec0zf
Tags: 0.7.6-2
* Upload to unstable.
* Use canonical Vcs-Svn URI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
To build KNemo you will need a basic build system (g++, make, etc.)  You will
2
2
also need to install cmake and some development packages. On Debian-based
3
3
systems
4
 
   apt-get install cmake kdelibs5-dev libiw-dev libnl-dev
 
4
 
 
5
   apt-get install cmake kdelibs5-dev kde-workspace-dev libiw-dev libnl-3-dev \
 
6
   libnl-route-3-dev
 
7
 
5
8
should be sufficient.
6
9
 
7
 
KNemo also comes with a simple configure script that should work for a generic
8
 
local install.  If it doesn't suit your needs, you will need to edit the cmake
9
 
settings by hand.
10
 
 
11
 
Quick installation steps:
12
 
    ./configure
13
 
    cd build; make; make install
14
 
 
15
 
Cmake's equivalent to 'make distclean' is 'rm -rf build'.
16
 
 
17
10
 
18
11
Notes:
19
12
 
20
13
KNemo saves statistics in an SQLite 3 database.  It will complain loudly if it
21
14
cannot find Qt4's SQLite 3 database driver.
22
15
 
23
 
By default, KNemo uses the new KStatusNotifierItem if it is compiled against
24
 
KDE SC >= 4.3.80.  If you wish to use the older KSystemTrayIcon, either set the
25
 
cmake variable LEGACY_TRAY_ICON=true or run configure with the '-l' option.
26
 
 
27
16
If you cannot open the KNemo config dialog after you install, you probably need
28
17
to modify your environment.  Assuming you installed KNemo in /usr/local, add
29
18
something like this to your .profile