This document describes how to install avinfo-1.0.a15 on a *nix system.

Prerequisites:
-------------
First of all, you will need a working C compiler and the MAKE utility.
GCC and GNU make are recommended. Commands in the making rules assume
Bourne shell (sh or bash) syntax. You will need it most likely.
If you want the A.S.S. parsing code to be generated locally,
you will need BISON parser generator. Berkley's YACC will not work
because it lacks %pure_parser. To do the installation you will need
the INSTALL program.

Installation:
------------
1. Edit the variables defined in config.mk. The names are self-explanatory
so I am not going to talk much about that here. If you do not have BISON or
do not want parser code to be generated locally define BISON variable as NONE.

2. In the directory where you extracted the package run
$ make; su -c "make install"

To uninstall the package start in the same directory
$ su -c "make uninstall"

Where to find the docs:
----------------------
The docs are installed by default to $(PREFIX)/share/doc/avinfo-$(VER).
If you do not understand Russian you will find them not very useful at
the moment. Read the man page (man avinfo) or look for examples given
in the docs. Basically, generating a list of your avi files
can be as simple as
$ find . -name '*.avi' -print | avinfo -l- --list > avi.list

Credits:
-------
AVInfo has been written by George Shuklin.
The A.S.S. code has been written also by him
from scratch after an inspiration he got from
a simple parsing code written by Stanislav Maslovski.
The *nix package has been created by Stanislav Maslovski.

Contact:
-------
George Shuklin: gs@shounen.ru, http://shounen.ru/
Stanislav Maslovski: stanislav.maslovski@gmail.com
