• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CHANGELOGH A D30-Jun-2017778 3831

COPYINGH A D30-Jun-201717.6 KiB340281

README.mdH A D30-Jun-2017665 3021

TODOH A D30-Jun-201712 11

epub.cppH A D30-Jun-20177.3 KiB274196

epub.hH A D30-Jun-20171.8 KiB6232

epubthumbnail.cppH A D30-Jun-20171.2 KiB4722

epubthumbnail.desktopH A D30-Jun-2017244 1111

epubthumbnail.hH A D30-Jun-20171 KiB3612

README.md

1kde-thumbnailer-epub
2====================
3
4A KDE thumbnail generator for the ePub file format.
5Since 1.0.9 (beta) release it works with KDE Frameworks 5, for KDE 4 just keep using 1.0 stable release.
6
7https://store.kde.org/p/1081101/
8
9Installation from source (KF5)
10------------------------
11
12    mkdir build
13    cd build
14    cmake -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` ..
15    make
16    sudo make install
17    kbuildsycoca5
18
19Installation from source (KDE 4)
20------------------------
21
22    mkdir build
23    cd build
24    cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
25    make
26    sudo make install
27    kbuildsycoca4
28
29
30