Get source from https://github.com/KDE/kmuddy
Install:
- cmake
- gcc-c++
- kdelibs4-devel
For scripting plugin:
Edit plugins/CMakeLists.txt. Make sure add_subdirectory( scripting ) is not commented (does not start with #).
For MXP:
cd libmxp./configure && make && sudo make installcd ../
Run:
PATH=/usr/lib64/qt4/bin:$PATH ./configure
cd ../kmuddy-build
make
sudo make install