Skip to content

script to extract the documentation files contained in qt assistant *.qch files

Notifications You must be signed in to change notification settings

lgpasquale/qchextractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qchexctractor extracts the html documentation contained in qch files.

================================
= Compilation
================================
The script qchextractor.sh needs sqlite3 and zpipe which is included
in this directory and can be compiled by running:
    make

================================
= Usage
================================
qchextractor can be run as:
    qchextractor.sh <input-qch-file> <output-directory>

If the output directory does not exist it will be created,
toghether with a subdirectory named 'html' where the files contained
in the qch file will be exctracted.

All credit for zpipe goes to the original author (Mark Adler)
http://www.zlib.net/zpipe.c

About

script to extract the documentation files contained in qt assistant *.qch files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published