home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / SLRN0931 / DOC / README.VMS < prev    next >
Text File  |  1997-02-23  |  596b  |  24 lines

  1. To build slrn, first build the slang library.  Get it from
  2. ftp://space.mit.edu/pub/davis/slang.
  3.  
  4. Once the slang library has been created, change directories to the
  5. [.src] subdirectory and do:
  6.  
  7.     $ @vmsmake
  8.     
  9. Hopefully this will automatically detect your compiler and TCPIP
  10. package.  It also assumes the slrn directory is at the same level as
  11. the slrn directory, i.e.,
  12.  
  13.     [.slrn]
  14.     [.slrn.src]
  15.     [.slang]
  16.     [.slang.src]
  17.  
  18. After building slrn, you must do:
  19.  
  20.     $ slrn :== $device:[directory.of.slrn]slrn.exe
  21.     $ define/job nntpserver news.server.name
  22.     $ slrn -create -f jnews.rc
  23.  
  24.