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

..03-May-2022-

CHANGELOGH A D03-Mar-2016321 1814

COPYINGH A D03-Mar-201617.6 KiB340281

README.mdH A D03-Mar-2016694 2821

TODOH A D03-Mar-201647 11

fb2.cppH A D03-Mar-20162 KiB7341

fb2.hH A D03-Mar-20161.4 KiB6234

fb2thumbnail.cppH A D03-Mar-20164.2 KiB14592

fb2thumbnail.desktopH A D03-Mar-2016314 1211

fb2thumbnail.hH A D03-Mar-20161 KiB3512

README.md

1kde-thumbnailer-fb2
2===================
3
4A KDE thumbnail generator for the FictionBook file format.
5Since 0.3 release it works with KDE Frameworks 5, for KDE 4 just keep using 0.2 stable release.
6
7http://kde-apps.org/content/show.php/KDE+fb2+Thumbnailer?content=160180
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