To install krita-plugins, follow the instructions below:

- cd /path/to/untar/krita-plugins
- cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/
- make
- sudo make install
- export KDEDIRS=$KDEDIRS:/usr/local
- kbuildsycoca
- krita

Adding a file in ~/.kde/env (called for instance kritaplugins.sh , the name must finish by ".sh") will allow to access to the plugins by launching krita from the menu, the file should contain the following line:

export KDEDIRS=$KDEDIRS:/usr/local
