Kdegraphics

From LQWiki
Jump to navigation Jump to search

kdegraphics is a KDE module. It is there for graphic viewers like okular. You can view the source code of the latest KDE 3.5 version at http://websvn.kde.org/branches/KDE/3.5/kdegraphics/

Installation

To download, compile, link and install the latest KDE 3.5 version of kdegraphics, do

svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdegraphics
cd kdegraphics
make -f Makefile.cvs && ./configure --enable-debug=full && make && make install