Difference between revisions of "KDE4/KdeGraphics"
From CBLFS
Jump to navigationJump to search (→Dependencies) |
|||
Line 12: | Line 12: | ||
=== Optional === | === Optional === | ||
+ | * [[SANE]] | ||
+ | * [[Exiv2]] | ||
+ | * [[Little_cms]] | ||
+ | * [[Libjpeg]] | ||
+ | * [[LibTIFF]] | ||
+ | * [[qca2]] (Also you can take it from [[KDE4/KdeSupport]]) | ||
+ | * [[Poppler]] | ||
+ | * [[Libspectre]] | ||
+ | * [[CHMlib]] | ||
+ | * [[DjVuLibre]] | ||
+ | * [[Libepub]] | ||
+ | * [[Libgphoto2]] | ||
== Configuration Information == | == Configuration Information == |
Revision as of 06:34, 3 November 2008
Download Source: | ftp://ftp.kde.org/pub/kde/stable/4.3.5/src/kdegraphics-4.3.5.tar.bz2 |
---|
Contents
Dependencies
Required
Optional
- SANE
- Exiv2
- Little_cms
- Libjpeg
- LibTIFF
- qca2 (Also you can take it from KDE4/KdeSupport)
- Poppler
- Libspectre
- CHMlib
- DjVuLibre
- Libepub
- Libgphoto2
Configuration Information
Non-Multilib
Compile the package:
mkdir -vv build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) && make
Install the package:
make install