Comment 6 for bug 1242467

Revision history for this message
roman (romankashicin) wrote :

I've prepared a pull request:
https://github.com/GNOME/devhelp/pull/2

Unfortunately, it's not so easy to build the devhelp with docset support yet. The docset functionality is located in another shared library because:
- I started writing it before I found the DevHelp application
- It could be implemented with only a couple of external dependencies
- I want to reuse it in some (future) console applications

Currently I just build a debian package libdocset0 from github sources (https://github.com/roman-kashitsyn/libdocset) and install it directly with dpkg.

You should place (or simlink) docset bundles in a books directory (I use ~/.local/share/devhelp/books) in order DevHelp to see them.