The current release of Wonka is 0.8.1. You can download the sources or binaries for arm-linux and x86-linux as tarfiles, or you can fetch it using CVS as follows:
export CVSROOT=:pserver:anonymous@wonka.acunia.com:/home/wonka/cvs (or whatever syntax your shell uses)
cvs login
(at the password prompt, just hit return)
cvs co -rWONKA-0-8-1-RELEASE open-wonka

If you prefer to "grab the HEAD", the CVS repository is updated nightly:
cd open-wonka
cvs update -AdP
(or if you know what cvsup is then you should be able to use that too).
The update takes place at 0300 hrs local time (CET/CEST). Service will be temporarily interrupted while this is taking place.

The CVS repository can also be browsed online using CVSweb.

While you are here you may also want to pick up 's version of jam and the jamjar tool used by the Wonka build process.

Current release: 0.8.1

See the Status page for the differences between this and previous releases.

Binaries

Each of these tarfiles contains a wonka binary, a README file, and an fsroot directory tree: read the README file and the quick-start guide for instructions on how to use these.

For x86-linux we also supply a RPM file,

which will install both a DEBUG and a non-DEBUG version of Wonka in your usr/local/bin (as wonka-debug and wonka respectively), and the configuration files and class libraries in /usr/local/lib/wonka. This is very convenient if you use GNU/Linux on a PC to develop your embedded application.

Sources

A complete source and documentation tree. Hint: cd doc and make.

Previous release: 0.8

This is provided for reference only. We recommend you use either the latest release (for production purposes) or the current version in CVS for development work.

Thanks to Jon Tidswell of Australia, who contributed some improvements to jamjar and ACUNIA's version of jam for this release.

See the Status page for the differences between this and previous releases.

Binaries

Sources

Previous snapshot: 0.7.3

This is provided for reference only, principally because it was the starting point of the online CVS server. We simply took a snapshot of the source tree at a particular moment in time, without performing release testing, and sure enough the snapshot later turned out to contain bugs. For development purposes we suggest you always use the `head' version from CVS.

Binaries

Sources

Previous release: 0.7.2

This is provided for reference only. Normally you should always download the latest release.

Binaries

Sources

Even older release: 0.7.1

This is provided for reference only. Normally you should always download the latest release.

Binaries

Sources

Tools for building Wonka

Apart from standard GNU tools, you'll need:

Note that you'll need to be `root' to install jam and jamjar on your system.