Go to the first, previous, next, last section, table of contents.


Getting Kawa

To get the Kawa sources, you have choice between the current stable version (possibly quite old), or the newer latest snapshot of the development tree (builds and passes the testsuite but less extensively tested).

A ready-to-run .zip archive of the pre-compiled classes is in here.

These are all in the Kawa ftp site, which includes other versions and files, including a .deb Debian package file of Kawa.

You can also check out the very latest version via anonymous cvs.

cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/kawa login
     (password is "anoncvs")
cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/kawa co kawa

Once you have it checked out, you can update it with cvs update.

You can also view the cvs archive via cvsweb.


Go to the first, previous, next, last section, table of contents.