home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d109 / uupc.lha / UUpc / Source / LOCAL / ReadME.Install < prev    next >
Text File  |  1987-10-28  |  1KB  |  33 lines

  1.         README.Install
  2.  
  3. These  files  will construct a two programs allowing you access
  4. to UseNet mail and news facilities:
  5.  
  6.     o mail - allows you to compose mail locally on your
  7.          computer, adding the required headers for you.
  8.          Also allows you to locally browse throught
  9.          your mail, and delete out of date messages.
  10.  
  11.     o uu   - will autodial a UseNet site supporting PC Mail,
  12.          send any mail you have composed using mail,
  13.          and receive any mail traffic waiting for your.
  14.  
  15. ORGANIZATION
  16.  
  17. This  file  contains  portable code that should compile on most
  18. personal  computers  with  little  difficulty,  as well as code
  19. specific  to  the  Amiga,  mac,  and  Atari  St computers.  The
  20. portable   code  is  kept  in  the  main  directory,  with  the
  21. machine-specific  code  in  the  sub-directories that bears the
  22. same name.
  23.  
  24. The  portable code contains several "stubs" that #includes some
  25. necessary  machine-specific  code.   In order for these to work
  26. properly,  you must first copy all of the machine-specific code
  27. from it's directory to one named "local".
  28.  
  29.  
  30. If  you  have  the  unix  make utility, you will find the files
  31. makefile.ami   and   makefile.mac  usefull  for  compiling  and
  32. assembling the amiga or mac versions, respectively.
  33.