https://github.com/hamedmasafi/kerm
kde easy runlevel management
https://github.com/hamedmasafi/kerm
kde runlevel system-administration
Last synced: 7 months ago
JSON representation
kde easy runlevel management
- Host: GitHub
- URL: https://github.com/hamedmasafi/kerm
- Owner: HamedMasafi
- Created: 2017-09-11T06:23:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T06:26:23.000Z (over 8 years ago)
- Last Synced: 2025-01-21T11:44:24.322Z (over 1 year ago)
- Topics: kde, runlevel, system-administration
- Language: C++
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
How To Build This Template
-=-=-=-=-=-=-=-=-=-=-=-=-=
cd
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS -DCMAKE_BUILD_TYPE=debugfull .. <- do not forget the ..
make
make install or su -c 'make install'
to uninstall the project:
make uninstall or su -c 'make uninstall'
Note: you can use another build path. Then cd in your build dir and:
export KDE_SRC=path_to_your_src
cmake $KDE_SRC -DCMAKE_INSTALL_PREFIX=$KDEDIR -DCMAKE_BUILD_TYPE=debugfull
----------------------------
Please send all comments to:
Anne-Marie Mahfouf
annma@kde.org
Last update: April 2008