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

  1. MSDOS UNIX et.c.
  2.  
  3. OTHER OSses, you of course need to recompile. Glance at HACK.TXT to glean
  4. some information from that . If your machinery runs MSDOS or UNIX your
  5. chances are pretty good (no promises made (har har)).
  6.  
  7.  
  8.  
  9. TOS INSTALLATION DOC
  10.  
  11. This is a bit stupid, since you are reading this, you probably have
  12. already unarced everything and put everything in its right place. Just
  13. to make sure that everything is OK, let me tell you how I would have
  14. done it.
  15.  
  16. I recommend that you unpack the archive somewhere near root on a
  17. partititon with about 1.5MB to spare, possibly less if you keep the sources
  18. arced. 1.5MB if you want to do some source hacking too, else you need
  19. much less. 
  20. Note that the source files will go into the current directory. Maybe not 
  21. what you want. If you throw away everything but the binaries and the 
  22. libraries, you can fit NASM on a single sided disk. (SEE COPYRITE.TXT for 
  23. copy restrictions of incomplete NASM copies)
  24.  
  25. The structure I have on my disk looks like this
  26.  
  27. ASM65\
  28.    "Sources and Binaries"
  29.    DEMO\
  30.       "Demo .S65 files"
  31.    DOC\
  32.       "ASCII documentation files"
  33.    HEADER\
  34.       "Include files for NASM65"
  35.    LIB\
  36.       "Object files and libraries for NLINK65"
  37.       LIB\SRC\  
  38.          "Library sources"
  39.    SUPPORT\
  40.       "Font files"
  41.  
  42.  
  43.  
  44. SHELL USERS
  45.  
  46. 1 - Put the binaries in \bin or whereever you store your
  47.     binaries. Make sure that you got your PATH right.
  48.     [printenv]
  49.  
  50. 2 - Put the include files and the libraries, where you think they
  51.     should belong on your system. Set the environment variables INCLUDE 
  52.     and LIBRARY to the header path and the library path respectively 
  53.     (can be the same of course). like :
  54.        setenv INC65 'c:\asm65\header'
  55.        setenv LIB65 'c:\asm65\lib'
  56.  
  57. That's it!!
  58.  
  59.  
  60.  
  61. DESKTOP USERS
  62.  
  63.    Copy all header, object and library files to the directory the
  64.    sources you will double-click on reside in.
  65.    Install NASM65.TTP   as a .TOS application for filetype .S65
  66.    Install NLINK65.TTP  as a .TTP application for filetype .O65
  67.    Install DEMAC65.TTP  as a .TOS application for filetype .M65
  68.    Install DISASM65.TTP as a .TOS application for filetype .COM
  69.    Save your DESKTOP arrangement.
  70.    
  71.    Better yet, get a shell.
  72.  
  73.