Installing Krita on Slackware 14.1
Published:
Revised:
in
b499288
This is a guide on how to build Krita on Slackware 14.1. This is based on this guide for linux.
-
removepkg calligra
-
Install some dependencies from Slackbuilds.
gsllibgexiv2libpqxxpstoedit -
Get Krita.
The original guide recommends building in
~/kde4
but I moved i to/opt/kde4
. -
Configure and build.
There’s a problem with tifflib. (My version is
Krita: 2.9.6 (gitb804a35)
, you may or may not run into this problem).Change
/opt/kde4/src/calligra/krita/plugins/formats/tiff/kis_tiff_converter.cc
fromtypedef size_t tmsize_t;to
typedef size_t tmsize_t;Then we can build
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DPRODUCTSET=KRITAWhere
X
injX
is1 + # processors
. The build process is quite slow. -
Add
/opt/kde4/inst/bin
to PATH and/opt/kde4/inst
to KDEDIRS. -
Register krita to the system
kbuildsyscoca4
, but worked for me without it (I don’t use kde).
And launch with krita
.