Installation notes:

swc requires libio (dubbed here libcosiio) without MPI. Grab a copy of
the libio dir of Amiga and store it in e.g. $HOME/bla/cosiio. Then make
libio, preferrably using 'CFLAGS=-Wall -std=c99 -pedantic -g -DDEBUG'.

Also GLib2 is required, have it installed on your system so that we can
find it (maybe set CPPFLAGS and the like).

Coming back to swc. Extract the tarball and make a build directory
outside of the source directory, e.g.:
$ tar xf swc-VER.tar.bz2
$ mkdir swc-build
$ cd swc-build

Then configure swc with:
$ CFLAGS=-Wall -std=c99 -pedantic -g \
    ../swc-VER/configure --with-cosiio-dir=$HOME/bla/cosiio/libio

And finally build it:
$ make

You now can run src/swc.

Have fun!
