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 ACUNIA'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.
- wonka-bin-arm-linux-0.8.1-release.tar.gz: binary for ARM Linux.
- wonka-bin-x86-linux-0.8.1-release.tar.gz: for x86 Linux.
For x86-linux we also supply a RPM file,
which will install both aDEBUG
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
- wonka-bin-arm-linux-0.8-release.tar.gz: binary for ARM Linux.
- wonka-bin-x86-linux-0.8-release.tar.gz: for x86 Linux.
- open-wonka-0.8-1.i386.rpm,
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
- wonka-bin-arm-linux-0.7.3-snapshot.tar.gz: binary for ARM Linux.
- wonka-bin-x86-linux-0.7.3-snapshot.tar.gz: for x86 Linux.
Sources
Previous release: 0.7.2
This is provided for reference only. Normally you should always download the latest release.
Binaries
- wonka-bin-arm-linux-0.7.2-release.tar.gz: binary for ARM Linux.
- wonka-bin-x86-linux-0.7.2-release.tar.gz: for x86 Linux.
Sources
Even older release: 0.7.1
This is provided for reference only. Normally you should always download the latest release.
Binaries
- wonka-bin-arm-linux-0.7.1-release.tar.gz: binary for ARM Linux.
- wonka-bin-x86-linux-0.7.1-release.tar.gz: for x86 Linux.
Sources
Tools for building Wonka
Apart from standard GNU tools, you'll need:
- ACUNIA's modified version of
jam
- download acunia-jam.tar.gz, unpack it and follow the build instructions in the README file. - ACUNIA's
jamjar
tool - download jamjar.tar.gz.
jam
and
jamjar
on your system.