Difference between revisions of "Releases"

From openZIM
Jump to navigation Jump to search
Line 1: Line 1:
see [[Roadmap]] - '''[http://bugs.openzim.org/ Report any Bugs]'''
There is for now '''no official release''', but you may checkout the code for [[git|our development code repository]].
__NOTOC__
<!--
== 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"|
== See also ==
* [[Roadmap]]
* [https://bugzilla.wikimedia.org/enter_bug.cgi?product=openZIM Report a bug or make a feature request]


=== Mac OS X ===
* [http://www.kiwix.org/index.php/Main_Page Kiwix]
|style="vertical-align:top; width:33%; height:100px; border:1px solid #99ff99; background-color:#eeffee"|
=== ReactOS / Microsoft Windows ===
* [http://www.kiwix.org/index.php/Main_Page Kiwix]
|-
|style="vertical-align:top; width:33%; height:100px; border:1px solid #99ff99; background-color:#eeffee"|
=== Symbian ===
* [http://wiki.github.com/cip/WikiOnBoard/ WikiOnBoard]
|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 ==
== Source Code / Current Development ==
As openZIM provides platform independant tools and libraries, the easiest way to use it is to check out the code directly from our SVN.
As openZIM provides platform independant tools and libraries, the easiest way to use it is to check out the code directly from our SVN.

Revision as of 18:28, 11 January 2013

There is for now no official release, but you may checkout the code for our development code repository.

See also

Source Code / Current Development

As openZIM provides platform independant tools and libraries, the easiest way to use it is to check out the code directly from our SVN.

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.

Get the source code from Subversion

svn co http://svn.openzim.org/svnroot/trunk zim

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