This program does not unfortunately use the configure script, but I have been careful to write is as portably as possible to unix systems. To build the software, type the following: cd src make depend make Then copy the kbs executable wherever you want (sorry there is no install, but it does only generate one executable and no other dependencies). Other or broken systems ======================= If the Makefile is not usable on your system, you simply need to compile all the .c files and produce a single kbs executable. E.g. (using a UNIX-style cc compiler as an example): cd src cc -o casm *.c