Difference between revisions of "Libzim"

Jump to navigation Jump to search
164 bytes added ,  19:36, 11 January 2013
no edit summary
Line 1: Line 1:
ZIMlib is the library which implements the access to 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.
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 ===
== 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]]

Navigation menu