home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 6 / FreshFish_September1994.bin / new / dev / obero / oberon-a / readme.cd < prev    next >
Text File  |  1994-09-06  |  2KB  |  39 lines

  1. Using Oberon-A from CD-ROM
  2.  
  3. Oberon-A is organised under the assumption that the directory tree it is
  4. in is writeable. However, it should be possible to use it from a CD if
  5. some care is taken.
  6.  
  7. * Normally, the library modules are compiled as part of the initial
  8.   installation. This version has the library modules pre-compiled so that
  9.   it is ready to run. Ignore the installation instructions in
  10.   Oberon-A.doc, and do not use the Install/CompileLibs script.
  11.  
  12. * The only other installation required is some Assign and Path commands,
  13.   which are placed in the script Install/Install-CD. This requires an
  14.   argument, which is the path name of the Oberon-A tree.
  15.  
  16. * The setup files for FPE are in the Oberon-A/S directory. FPE
  17.   automatically loads a default setup from this directory on startup,
  18.   and there are menu items to load and save the default and alternate
  19.   setups in this directory. When using FPE from CD, ignore these menu
  20.   items. Instead, use the "Load Setup-Select Setup..." and
  21.   "Save Setup-Select Setup..." menu items to load and save setups from
  22.   and to writeable media.
  23.  
  24. * The tutorial in FPE.doc assumes that you are able to write to the
  25.   directory containing the FPE source code. Copy the source code in the
  26.   Source/FPE directory to writeable media before trying the tutorial.
  27.  
  28. * The compiler always opens error files in the current directory. This
  29.   means that the current directory must always be on writeable media
  30.   when the compiler is run. When compiling source on the CD, first copy
  31.   it to writeable media. Alternatively, use full path names to specify
  32.   the file(s) to be compiled, and use the DST command line option to
  33.   direct the output to writeable media.  The other Oberon-A utilities
  34.   should be handled in a similar way.
  35.  
  36. Future releases of Oberon-A will remove as many of these restrictions as
  37. possible, and should make it possible to run directly from the CD.
  38.  
  39.