home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / nasm20b / doc / install < prev    next >
Text File  |  1993-01-20  |  2KB  |  51 lines

  1. UNIX et.c.
  2.  
  3. OTHER OSses, you of course need to recompile. Glance at HACK.TXT to glean
  4.  
  5. This stuff has been so far successfully compiled on 
  6.  
  7. MSDOS Intel-PC          (binaries available)
  8. Sun Sparc 10
  9. HP Apollo DN600 (or so)
  10. Amiga                   (binaries available)
  11. Atari ST                (binaries available)
  12.  
  13.  
  14. -------------------------------------------------------------------------
  15. INSTALLATION DOC
  16.  
  17.  
  18. SHELL users
  19.  
  20. 1 - Put the binaries in \bin or whereever you store your
  21.     binaries. Make sure that you got your PATH right.
  22.     [printenv]
  23.  
  24. 2 - Put the include files and the libraries, where you think they
  25.     should belong on your system. Set the environment variables INCLUDE 
  26.     and LIBRARY to the header path and the library path respectively 
  27.     (can be the same of course). like :
  28.        setenv INC65 'c:\asm65\header'
  29.        setenv LIB65 'c:\asm65\lib'
  30.        
  31.    (for UNIX this might be f.e:
  32.        setenv INC65  /usr/local/lib/nasm65/header
  33.        setenv LIB65  /usr/local/lib/nasm65/lib)
  34.        
  35.  
  36. That's it!!
  37.  
  38.  
  39.  
  40. DESKTOP USERS
  41.  
  42.    Copy all header, object and library files to the directory the
  43.    sources you will double-click on reside in.
  44.    Install NASM65.TTP   as a .TOS application for filetype .S65
  45.    Install NLINK65.TTP  as a .TTP application for filetype .O65
  46.    Install DEMAC65.TTP  as a .TOS application for filetype .M65
  47.    Install DISASM65.TTP as a .TOS application for filetype .COM
  48.    Save your DESKTOP arrangement.
  49.    
  50.    Better yet, get a shell.
  51.