Skip to content

Instantly share code, notes, and snippets.

@presidentbeef
Created December 12, 2016 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save presidentbeef/f9895d8c84e14d4f2d72e302c28da117 to your computer and use it in GitHub Desktop.
Save presidentbeef/f9895d8c84e14d4f2d72e302c28da117 to your computer and use it in GitHub Desktop.
Kmuddy on Mageia 5

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 install
  • cd ../

Run:

PATH=/usr/lib64/qt4/bin:$PATH ./configure cd ../kmuddy-build make sudo make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment