home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / pd3.lzh / SBPROLOG2.2 / Readme.Sun < prev    next >
Text File  |  1991-08-10  |  473b  |  20 lines

  1.  
  2. To generate a user manual execute 
  3.     ptroff -me sbprolog_doc.me
  4.  
  5. There is a ready-to-print form of the manual :
  6.     sbprolog_doc.postscript 
  7.  
  8. Anybody who wants to use sbprolog in normal 
  9. interpretative mode should include the text
  10.  
  11. % Path to sbprolog
  12. setenv SBP /users/local/sbprolog
  13. % sbprolog's path to the byte code files
  14. setenv SIMPATH .:$SBP/modlib:$SBP/lib:$SBP/cmplib
  15.  
  16. in the file .login and the following in .cshrc :
  17.  
  18. alias sbprolog $SBP/sim/sbprolog \''$readloop'\'
  19.  
  20.