Visit KShutdown Home Page and Wiki for more info.
Note: Configuration and command line options of KShutdown 2.x may be not fully compatible with the older versions (0.x-1.0.x).
"kdelibs-dev" package, CMake 2.4, and Gettext Utilities./Setup-kde4.sh./Setup-kde4.sh "/your/prefix/dir"
CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:72 (MESSAGE): ERROR: cmake/modules/FindKDE4Internal.cmake not found in ...;/usr/lib/kde4/share/kde4/apps
Install "kdelibs-dev" (sometimes called kdelibs5-dev) and "kdebase-workspace-dev" packages for your KDE version.
This may happed after Ubuntu upgrade even if required Phonon files are already installed. [Solution]
Try to run
./Setup-kde4.sh and
cd build.tmp; sudo make install instead of
sudo sh Setup-kde4.sh
BUILDTYPE can be Release or Debug.
You can change the installation directory (prefix) by settings the CMAKE_INSTALL_PREFIX variable.
To display default prefix for KDE 4 applications, run kde4-config --prefix.
mkdir build && cd buildcmake -DCMAKE_BUILD_TYPE=BUILDTYPE -DCMAKE_INSTALL_PREFIX="/usr/local" ..makemake installSetup-qt4.bat (this will build both portable and installable version)./Setup-wine.sh