./configure --enable-examplesInstallation is not necessary. Extract_chmLib is hidden here:
make
src/.libs/extract_chmLibTo convert chm file to html, or rather extract html files from chm just type:
extract_chmLib file.chm output_directory/What you end up with should be a website, which you can index using Beagle or Gnome Desktop. It saves a lot of time usually spend on digging through personal library.
Have a nice time compiling.
I've done it using Fedora 8, and needed only standard development packages.
2 comments:
FYI, beagle can directly index chm files.
Beagle in Fedora actually failed to do that. Html files have also one more advantage - they are different files, so when I search a manual I can go directly to what I wanted, skipping 'searching inside chm' part.
Post a Comment