550
edits
Line 1: | Line 1: | ||
The '''zimdump''' software is a console tool allowing to inspect the content of a ZIM file. | |||
<pre> | <pre> | ||
usage: zimDump [options] zimfile | usage: zimDump [options] zimfile | ||
Line 27: | Line 29: | ||
zimDump -o 123159 -l -i wikipedia.zim | zimDump -o 123159 -l -i wikipedia.zim | ||
</pre> | </pre> | ||
=== Requirements === | |||
If you compile the software from source you need the following libraries installed: | |||
* libxz-dev | |||
* autoconf | |||
* automake | |||
* libtool | |||
== See also == | |||
* [[zimwriterdb]] |