PREREQUISITES
=============

You need Objective Caml 3.04 or higher to compile the sources.

You also need the `kpsewhich' utility of the `kpathsea' library
provided by many TeX distributions.

For bitmap based image inclusion using \includegraphics of 
graphics macro package, you require the camlimages library, 
available at 
	http://pauillac.inria.fr/camlimages/

To display postscript based drawings by PsTricks macro package,
you need ghostscript (http://www.ghostscript.com). You need
the version 6.52 or later for the correct synchronization of
drawing of the TeX glyphs and postscript graphics.

COMPILATION AND INSTALLATION
============================

1. Configure using
   "./configure" (then edit the Makefile if necessary)

2. Compile with "make". It creates a binary file "advi".
   If your platform supports native compilation, you can also do
   "make opt", which creates a (faster) binary "advi.opt"
   (this is highly recommended).

3. Install the files by running make install.
   Alternatively:
   * Install the binary(ies) by hand, by simply copying it (them) to the
   appropriate directory.
   * Copy the files advi.sty to a place where it is a visible latex package.
   (kpsewhich advi.sty should succeed from where LaTeX is run)
   * Copy the file advi.pro to a place where is it a visible PS header.
   (kpsewhich advi.pro should succeed from where advi is run)

JAPANESE USERS
==============

There is a configuration file for mapping Japanese TeX font names
to Japanese True Type fonts called "jpfonts.conf". It is placed in
the advi library directory (usually /usr/local/lib/advi/). 
If you want to use different TrueType fonts, you can edit this file,
or put your own jpfonts.conf in ~/.advi/ .
