11) On most machines (with gcc), just type "make"
2
3    If you wish to use the HP-UX cc compiler, sample flags are in the Makefile.
4    On SunOS, cc works with no changes (other than CC)
5
6    If you are missing isprint or strdup, see the file porting.c
7
82) Copy mpeg_stat and mpeg_stat.1 into appropriate places
9
103) If you get a warning like:
11main.c:533: warning: passing arg 2 of `signal' from incompatible pointer type
12then add -DSIG_ONE_PARAM to CFLAGS in the Makefile
13(or just ignore it)
14
15