[Kde-imaging] [Bug 132220] Errors when trying to send pictures using thunderbird

Angelo Naselli anaselli at linux.it
Thu Jan 11 15:48:14 CET 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=132220         




------- Additional Comments From anaselli linux it  2007-01-11 15:48 -------
Ok you're right. The best way to talk about that should be kde-imaging ml, more
than here. We will add a better note on our web site though. 

Here you are a mini how-to
Assumption:
1) svn tree is in $HOME/KDE/libs
2) Normal KDE environment is under /usr (used in addition to KDEDIRS variable, see below)
3) You want to test it without breaking your system ;) (e.g. using your home)
     for instance in $HOME/KDE/TEST

Steps:
# cd $HOME/KDE/libs
# svn up
[...command output...]
# make -f Makefile.cvs
[...command output...]
# ./configure --enable-debug=full --prefix=$HOME/KDE/TEST
[...command output...]
# make install

You can run next commands once
# export KDEDIRS=$HOME/KDE/TEST:/usr
# export PATH=$HOME/KDE/TEST/bin:$PATH
# kbuildsycoca
[...command output...]

At this point running a host application such as digikam, gwenview,... you
will see the kipi-plugins from svn. Before compiling beware, 
though, to have all the needed libraries, I mean exiv 0.12, opengl, etc.

Angelo


More information about the Kde-imaging mailing list