File: INSTALL

package info (click to toggle)
rawrec 0.9.97-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 324 kB
  • ctags: 125
  • sloc: ansic: 2,204; makefile: 99; sh: 1
file content (31 lines) | stat: -rw-r--r-- 971 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

This is a beta release, though it seems to work correctly for me.
At the moment, rawrec must be installed suid root to work, though this
will be changed soon.

To compile in the src directory:

1. Change directory to the src directory:
 
     cd src

2. As root, make the executables:

     make

3. The man page currently resides in the docs/user directory.  To view
   it before installing it, make sure you are in that directory and do
    
     man ./rawrec.1

4. If you want to install rawrec/rawplay in a standard location, edit
   the Makefile and set EXE_DIR and MAN_DIR as desired (defaults are
   /usr/local/bin and /usr/local/man/man1 respectively).  These
   directories will be created if they don't already exist when you
   do:

     make install

   to install the binary and documentation.  Of course, EXE_DIR must
   be in your path and MAN_DIR in your man path for you to be able to
   run the executable and view the documentation in the normal way.