home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / jed098-4.zip / JED / README < prev   
Text File  |  1997-02-01  |  2KB  |  48 lines

  1. Readme file for JED.
  2.  
  3. This distribution of JED includes the JED editor src,  The MSDOS and
  4. OS/2 distributions include the executables in the `bin' subdirectory.
  5.  
  6.  [The S-Lang library is nolonger included in the distribution.  If you do
  7.   not have it, or have a version that is too old, you will need to get it.
  8.   It is available from space.mit.edu in pub/davis/slang.]
  9.  
  10. Note that with the exception of the src subdirectory, this directory tree
  11. must remain intact.  JED uses lib to access S-Lang library files, info to
  12. access info files, and bin to execute miscellaneous programs during run time.
  13.  
  14. Building JED requires the use of a C compiler which understands function
  15. prototypes.  I have sucessfully built JED with `cc' on the ULTRIX, VMS, and
  16. IRIX operating systems.  In addition, I have created it using `gcc' under
  17. SunOS.  I do not know whether it will compile under Microsoft C--- I have
  18. only used Borland's Turbo C and BCC 3.0.
  19.  
  20. Finally, JED is available for 386/486 PCs with virtual memory support (upto
  21. 256Meg).  This has been made possible by using DJGPP (DJ Delorie's GCC port
  22. and GO32 DOS extender).  The sources and binaries for the extender are
  23. available via anonymous ftp from omnigate.clarkson.edu in pub/msdos/djgpp.
  24.  
  25. With the above in mind:
  26.  
  27.     UNIX:  read install.unx
  28.  
  29.      VMS:  read install.vms
  30.  
  31.    IBMPC:  read install.pc
  32.  
  33. Then, read INSTALL for more installation tips. For changes and new
  34. features, read changes.txt.
  35.  
  36.  
  37. Files:
  38.  
  39.    bin/(*.c, *.h, make*)      source code and makefiles for JED
  40.    lib/site.sl                site specific startup file
  41.    lib/jed.rc                 default user startup file
  42.    lib/*.sl                   misc files (sorting, shell commands, ispell, ...)
  43.    doc/(*.txt, *.doc)         documentation
  44.    *.info                     info files for jed
  45.    *.ti                       info source files
  46.    bin/*.com                  DCL support files for VMS.
  47.    bin/*.exe                  MSDOS executables
  48.