Hello does anyone know how to compile KNemo? I have downloaded the source files at "http://kde-apps.org/content/show.php?content=12956" and decompressed them but I have never compiled a running programme in Kubuntu/Debian. One of the files in the uncompressed package opens in kate and provides the following script:
"to build KNemo you will need a basic build system (g++, make, etc.) You willalso need to install cmake and some development packages. On Debian-based
systems
apt-get install cmake kdelibs5-dev kde-workspace-dev libiw-dev libnl-3-dev \
libnl-route-3-dev
should be sufficient.
Notes:
KNemo saves statistics in an SQLite 3 database. It will complain loudly if it
cannot find Qt4's SQLite 3 database driver.
If you cannot open the KNemo config dialog after you install, you probably need
to modify your environment. Assuming you installed KNemo in /usr/local, add
something like this to your .profile
export KDEDIRS=/usr/local:/usr
Then restart your session."
Is trhis complicated to achieve? I have never compiled programmes so I guess you need to be debian literate....any ideas? thanks!!
"to build KNemo you will need a basic build system (g++, make, etc.) You willalso need to install cmake and some development packages. On Debian-based
systems
apt-get install cmake kdelibs5-dev kde-workspace-dev libiw-dev libnl-3-dev \
libnl-route-3-dev
should be sufficient.
Notes:
KNemo saves statistics in an SQLite 3 database. It will complain loudly if it
cannot find Qt4's SQLite 3 database driver.
If you cannot open the KNemo config dialog after you install, you probably need
to modify your environment. Assuming you installed KNemo in /usr/local, add
something like this to your .profile
export KDEDIRS=/usr/local:/usr
Then restart your session."
Is trhis complicated to achieve? I have never compiled programmes so I guess you need to be debian literate....any ideas? thanks!!
Comment