This zipped directory contains:

 
!FDE            the front end for compiling, linking and running programs
                in the RISC OS desktop. This application includes:
                The usual application files (!Boot etc.)
                Files 'Choices', 'Messages', and 'Windows', used by FDE
                  (and which should probably be left alone)
        sub-directories:
                lib - should contain:
                        f77  (the compiler),
                        link (the linker) and optionally 
                        squeeze (optional, compiled code compressor)
                        (these are the copyright of RISC OS Open Ltd
                         and may be obtained therefrom)
                libf77 - contains the fortran libraries from Fortran Friends
                        Draw (making Draw files)
                        Font (manipulating fonts)
                        Fortlib (the fortran system)
                        Graphics (low-level graphics for the screen)
                        SpriteOp (sprite manipulation)
                        Utilities (routines communicating with RISC OS)
                        Wimp (for writing WIMP programs)
!SrcEdit        contains the language files in !SrcEdit for the above libraries
                        help directory can be copied over your existing directory
                        choices directory contains the file 'languages' which must
                        be edited into your current 'languages' file.
Extralib        more libraries, mostly used for polyhedra programs.
f               four test programs mentioned in the manual (below)
manual/pdf      the manual for using fortran on RISC OS (pdf format)
source          the assembler source of the libraries and the !FDE application
Tlibraries      examples mentioned in the manual for trying out the libraries
                the sub-directory 'f' has the source; the other files
                are ALL NEEDED by the example code.
Utilities       this directory contains only !Makelib which should to make libraries
                from a source file containing many procedures. See the help file
                in the application.
