From the src directory you can find following modules:
This program should work with other UNIX systems without (great) changes. But we haven't tried it. If you try to compile it in some other environment we'd like to hear how you succeeded!
You have to modify makefile fields 'CCINC', 'LLIBS' so that your compiler finds required libraries and include files. Also you have to change field 'CC' to your compiler. After that you can run make in the src directory.
If you are using anything but GNU compiler you have to add -DCPP_FILE
to CFLAGS field. This prevents online viewing of action maps. We got it
working only with GNU not with Sun at all.