547
edits
Line 1: | Line 1: | ||
The '''zimlib''' is the standard implementation of the [[ZIM file format|ZIM specification]]. It is a library which implements the read and write method for ZIM files. Use libzim in your own software - like reader applications - to make them ZIM-capable without the need having to dig too much into the ZIM file format. | |||
== Programming == | == Programming == | ||
Line 113: | Line 113: | ||
returns an URL-decoded string for use in findx() | returns an URL-decoded string for use in findx() | ||
== Requirements == | |||
If you compile the software from source you need the following libraries installed: | If you compile the software from source you need the following libraries installed: | ||
* libxz-dev | * libxz-dev | ||
Line 119: | Line 119: | ||
* automake | * automake | ||
* libtool | * libtool | ||
== See also == | |||
* [[Readers]] | |||
* [[zimwriterdb]] | |||
* [[zimdump]] |