Difference between revisions of "Releases"

From openZIM
Jump to navigation Jump to search
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
see [[Roadmap]] - '''[http://bugs.openzim.org/ Report any Bugs]'''
'''openZIM releases''' can be found at the following address:
__NOTOC__
* https://download.openzim.org/
== Binaries ==
{|width="100%" cellspacing="1"
|style="vertical-align:top; width:33%; height:100px; border:1px solid #99ff99; background-color:#eeffee"|
=== GNU / Linux ===
* [http://www.kiwix.org/index.php/Main_Page Kiwix]
* zimreader (part of openZIM)
* [http://projects.qi-hardware.com/index.php/p/qvido/ qvido for embedded devices (eg. Ben NanoNote)]


|style="vertical-align:top; width:33%; height:100px; border:1px solid #99ff99; background-color:#eeffee"|
You can also checkout the code from [[git|our development code repository]].


=== Mac OS X ===
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.
* [http://www.kiwix.org/index.php/Main_Page Kiwix]


|style="vertical-align:top; width:33%; height:100px; border:1px solid #99ff99; background-color:#eeffee"|
== History ==
=== ReactOS / Microsoft Windows ===
* 2013/04/19: [http://www.openzim.org/download/zimlib-1.0.tar.gz zimlib 1.0]
* [http://www.kiwix.org/index.php/Main_Page Kiwix]
* 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]


|-
== See also ==
|style="vertical-align:top; width:33%; height:100px; border:1px solid #99ff99; background-color:#eeffee"|
* [[Roadmap]]
=== Symbian ===
* [[Git]]
* [http://wiki.github.com/cip/WikiOnBoard/ WikiOnBoard]
* [https://bugzilla.wikimedia.org/enter_bug.cgi?product=openZIM Report a bug or make a feature request]
 
|style="vertical-align:top; width:33%; height:100px; border:1px solid #99ff99; background-color:#eeffee"|
 
=== Android ===
 
|style="vertical-align:top; width:33%; height:100px; border:1px solid #99ff99; background-color:#eeffee"|
=== Apple iPhone ===
 
|}
 
== Source Code / Current Development ==
Get the source code from [[Subversion]]
 
<pre>
svn co http://svn.openzim.org/svnroot/trunk zim
</pre>
 
See more detailed information for checking out and updating code on our [[Subversion]] page.
 
;Requirements:
If you compile the software from source you need the following libraries installed:
* cxxtools (version 2.0)
* tntdb (for zimwriter) (release 1.1)
* tntnet (for zimreader) (release 2.0)
* libxz-dev
* autoconf
* automake
* libtool

Revision as of 06:36, 30 July 2019

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