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

..03-May-2022-

CHANGELOGH A D05-Mar-2016313 2620

COPYINGH A D05-Mar-201617.6 KiB340281

README.mdH A D05-Mar-2016743 2922

TODOH A D05-Mar-2016119 43

chmthumbnail.cppH A D05-Mar-201612.2 KiB350242

chmthumbnail.desktopH A D05-Mar-2016243 1010

chmthumbnail.hH A D05-Mar-20162.1 KiB5829

README.md

1kde-thumbnailer-chm
2===================
3
4A KDE thumbnail generator for the CHM file format.
5It depends on [CHMlib](http://www.jedrea.com/chmlib/).
6Since 0.2.1 release it works with KDE Frameworks 5, for KDE 4 just keep using 0.2 stable release.
7
8http://kde-apps.org/content/show.php/KDE+CHM+Thumbnailer?content=153410
9
10Installation from source (KF5)
11------------------------
12
13    mkdir build
14    cd build
15    cmake -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` ..
16    make
17    sudo make install
18    kbuildsycoca5
19
20Installation from source (KDE 4)
21------------------------
22
23    mkdir build
24    cd build
25    cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
26    make
27    sudo make install
28    kbuildsycoca4
29