~ubuntu-branches/ubuntu/breezy/kdemultimedia/breezy

« back to all changes in this revision

Viewing changes to doc/kscd/workman-docs/notes-bsd386

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-03-24 04:48:58 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050324044858-8ff88o9jxej6ii3d
Tags: 4:3.4.0-0ubuntu3
Add kubuntu_02_hide_arts_menu_entries.diff to hide artsbuilder and artscontrol k-menu entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
                                 BSD/386 notes
3
 
                                       
4
 
   WorkMan was ported to BSD/386 by John Kohl ([1]jtk@kolvir.blrc.ma.us).
5
 
   
6
 
   To compile and run WorkMan on BSD/386, you will need two things not
7
 
   provided in the BSD/386 release:
8
 
    1. XView libraries and include files (3.0 or later), available on
9
 
       [2]bsdi.com for anonymous FTP.
10
 
    2. [3]Diffs for the CDROM library (to provide a volume function with
11
 
       better resolution.) These are in the file patch-bsd386 in the
12
 
       WorkMan source's html directory.
13
 
       
14
 
   If you have a SoundBlaster Pro with a driver installed (also available
15
 
   from bsdi.com, the SBlast-1.5 version, not Steve McCanne's version),
16
 
   you can compile SoundBlaster volume control code, which is useful for
17
 
   non-SCSI CDROM devices. To do so, edit the Imakefile to remove the
18
 
   comments around LOCALDEFS. Once you have compiled, you can enable the
19
 
   SoundBlaster volume control by patching the sb_fd variable to -1, like
20
 
   so:
21
 
   
22
 
     % /usr/bin/gdb -w workman
23
 
     (gdb) set sb_fd = -1
24
 
     (gdb) quit
25
 
     %
26
 
     
27
 
   Use imake to generate a BSD/386 Makefile, with something like:
28
 
   
29
 
     imake -DUseInstalled -I/usr/src/local/XView3.0/config
30
 
     -I/usr/X11/lib/X11/config
31
 
     
32
 
   For SCSI CD-ROM drives, WorkMan must be run as root (perhaps as
33
 
   setuid, but that may have security implications on database file
34
 
   reading) in order to have access to issue SCSI audio commands.
35
 
   
36
 
     _________________________________________________________________
37
 
                                      
38
 
   [4]To the install page
39
 
   
40
 
      Last update: 02 Jun 1995
41
 
 
42
 
References
43
 
 
44
 
   1. mailto:jtk@kolvir.blrc.ma.us
45
 
   2. ftp://bsdi.com/contrib/X11
46
 
   3. file://localhost/home/woodstock/koreth/wm/workman/HTML/patch-bsd386
47
 
   4. file://localhost/home/woodstock/koreth/wm/workman/HTML/install.html