ale source readme file
ale requires the FPC (Free Pascal Compiler) package to compile. It uses the ncurses package from the standard install of FPC. Ale uses a mix of procedural and object oriented programming styles throughout the program.
To compile ale, simply cd to the source directory (ale-source by default) and type:
fpc ale.pas
All required directives are contained in the unit files for a successful compile. There are SOME comments throughout the program, but it is not self-documenting by any means. I have never been good at leaving comments in my source.
If you have any questions, find a bug, or make any interesting changes, I'd like to be notified. I'll include bug fixes or nice changes into future releases of ale with credit to you.
I can be reached at jem@mlsoft.org
Enjoy.
--- Jem Miller
