                       ===========================
                       A-code kernel version 12.72
                       ===========================

 Contents: ANSI C sources of the A-code C kernel (adv00.c, adv01.c and
 adv0.h). These need to be compiled and linked with the C source files
 created by the acdc translator from A-code sources. 

 Assuming gcc being the compiler (though any ANSI C compiler should do),
 the basic command line is

               gcc *.c -o -lreadline -lncurses <game_name>

 or if readline and ncurses libraries are not available

                   gcc *.c -o -DNO_READLINE <game_name>

 If the system does not have the unistd header file, add the -DNO_UNISTD
 symbol definition to the command line.

 For more details, see http://mipmip.org/acode/c-build.html.

 See the NEWS file for details of A-code changes in this version.

                                                             Mike Arnautov
                                                            mla@mipmip.org
                                                          19 December 2016

 ==========================================================================
