File: INSTALL

package info (click to toggle)
ucbmpeg 1r2-6
  • links: PTS
  • area: non-free
  • in suites: hamm, potato, slink
  • size: 9,504 kB
  • ctags: 7,643
  • sloc: ansic: 79,920; tcl: 2,985; perl: 313; asm: 284; makefile: 269; csh: 13
file content (44 lines) | stat: -rw-r--r-- 1,420 bytes parent folder | download
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
32
33
34
35
36
37
38
39
40
41
42
43
44
These are the instructions for compiling mpeg_bits.

1) Untar the file mpeg_bits.tar.Z. This is best done by creating a new
directory for the files involved, moving the tar file into this directory
and invoking the command:

	zcat mpeg_bits-1.0.tar.Z | tar xvf -
	(or gtar -zxvf mpeg_bits-1.0.tar.Z )

2) Customize the Makefile. Do this by editing the file
Makefile.  The Makefile explains in more detail how this should be done.

3) Type make clean; make all

4) To remove .o files, type make clean

5) This is for tcl 7.X/tk 3.X

When you know where to install it, you must copy the help files, show.tcl,
and the directory bitmaps to the library location, change the location in
the makefile, and recompile.
(the copy could be something like:
cp -r bitmaps *Help helpModule show.tcl /usr/local/etc/mpeg_bits
)

Reporting bugs:
    If you find any bugs in this software, please send them to
    mpeg-bugs@plateau.cs.berkeley.edu.  Since this software
    is unsupported, we make no guarantees about how long it will
    take to fix the bug, or if it will be fixed at all.  Bug fixes
    will be cheerfully accepted.  Please include as much detailed
    information as possible, including:

	1) the version number of the program you are using (cf. VERSION)
	2) the data file that caused the bug (if possible)
	3) the OS version and machine type you ran the program on
	4) the compiler used to compile the program