Difference between revisions of "Releases"

From openZIM
Jump to navigation Jump to search
m (Older automake of at least 1.4 break due to AC_CONFIG_HEADERS)
(32 intermediate revisions by 7 users not shown)
Line 1: Line 1:
see [[Roadmap]]
'''openZIM releases''' can be found at the following address:
* http://www.openzim.org/download/


== POSIX compatible ==
You can also checkout the code from [[git|our development code repository]].
;Binaries
* Debian
* RPM
* DMG


;Source
If you are looking for binaries, you might rather be interested in [[ZIM Readers|reader applications]] instead. The openZIM libraries and tools are not meant for end-users but for software developers which integrate them into reader applications or export tools.
* Tarballs
* ebuilds


== ReactOS compatible ==
== History ==
* Installer
* 2013/04/19: [http://www.openzim.org/download/zimlib-1.0.tar.gz zimlib 1.0]
* 2013/08/03: [http://www.openzim.org/download/zimlib-1.1.tar.gz zimlib 1.1]
* 2014/05/21: [http://www.openzim.org/download/zimlib-1.2.tar.gz zimlib 1.2]
* 2016/08/13: [http://www.openzim.org/download/zimlib-1.3.tar.gz zimlib 1.3]
* 2016/10/18: [http://www.openzim.org/download/zimlib-1.4.tar.gz zimlib 1.4]


== Unstable / Current Development ==
== See also ==
Get the source code from [[Subversion]]
* [[Roadmap]]
 
* [[Git]]
;Requirements:
* [https://bugzilla.wikimedia.org/enter_bug.cgi?product=openZIM Report a bug or make a feature request]
If you compile the software from source you need the following libraries installed:
* cxxtools
* tntdb (for zimwriter)
* tntnet (for zimreader)
* automake-1.9+

Revision as of 15:18, 27 November 2016

openZIM releases can be found at the following address:

You can also checkout the code from our development code repository.

If you are looking for binaries, you might rather be interested in reader applications instead. The openZIM libraries and tools are not meant for end-users but for software developers which integrate them into reader applications or export tools.

History

See also