Difference between revisions of "Releases"

From openZIM
Jump to navigation Jump to search
 
(24 intermediate revisions by 5 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:
* https://download.openzim.org/release/


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


|style="vertical-align:top; width:33%; height:100px; border:1px solid #99ff99; background-color:#eeffee"|
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.
=== Mac OS X ===


|style="vertical-align:top; width:33%; height:100px; border:1px solid #99ff99; background-color:#eeffee"|
== History ==
=== ReactOS / Microsoft Windows ===
Libzim code releases are available on [https://github.com/openzim/libzim/releases Github] and [https://download.openzim.org/release/libzim our own server]?


|-
== 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 (svn copy)
* tntdb (for zimwriter) (ubuntu release 1.01+ or svn copy)
* tntnet (for zimreader)
* automake-1.9+
* libbz2-dev
* liblzma-dev

Latest revision as of 19:00, 16 April 2023

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

Libzim code releases are available on Github and our own server?

See also