home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3455 / INSTALL next >
Encoding:
Text File  |  1991-06-07  |  1.0 KB  |  32 lines

  1.  
  2.                          Sound Blaster(tm) Driver
  3.                        (Copyright 1991, Brian Smith)
  4.  
  5.  
  6. INSTALLING THE DRIVER
  7.  
  8. 1. Run make in the directory with the driver code (sb.c, sb.h, etc...).
  9. 2. su to root, if not already so, and run /etc/insdriver.
  10.     a. Answer . for query asking for the directory of the driver
  11.         files.
  12.     b. Answer sb for the query asking for the driver name.
  13.     c. Accept the default of /etc/conf for the configuration directory
  14.         by hitting return.
  15.     d. Enter any description you like.  Maybe: "Sound Blaster Driver".
  16.     e. Answer n to the configuration question.
  17. 3. As root still, run /etc/kconfig.
  18. 4. Make sure the driver is configured into the kernel in the
  19.     configuration menu.
  20. 5. Build a new kernel.
  21. 6. Install the new kernel.  This reboots the machine.
  22.  
  23.  
  24. INSTALLING THE USER PROGRAMS
  25.  
  26. 1. Edit the Makefile in the apps directory.
  27. 2. Run make.
  28. 3. Run make install.
  29. 4. Manually install the man files however you like.  The *.1 files are
  30. nroff source, while the *.doc files are nroff'ed for those of use
  31. without.
  32.