To compile Isix, you need a working D compiler (the only really working one is DMD from http://digitalmars.com/d at the moment).

You may have to modify the Makefile to specify the DMD and DUI directories, they are set for an installation of DMD in /opt/dmd, and DUI in /opt/dmd/src/dui. Other than that, everything should work fine.

To build Isix, type : `make`

If you don't have the DUI libs, try `make ncurses` (which seems to produce a broken executable at the moment), or `make stdout` (which works but isn't as nice as ncurses).

And thanks to the few people who have tried it so far :)


SeeSchloss - seeschloss@seeschloss.org
http://isix.seeschloss.org
