/*----------------------------------------------------------
 * INSTALL.txt - Instructions to install OxJapi, a port of 
 *               M. Joost's JAPI package (version 1.0.5 r 2)
 *               to J.A. Doornik's Ox
 *
 *      (C) 2002 Christine Choirat and Raffaello Seri
 *----------------------------------------------------------*/

On all platforms, you need a Java Runtime Environment
(JRE). If you don't have one, you can get it from
    http://java.sun.com/downloads
or from 
    http://site.voila.fr/choirat/software/oxjapi/oxjapi.html
(for an older but smaller Windows version).

===============
    Windows
===============
  Unzip the file oxjapi.zip into the directory 'packages'

=============
    Linux
=============
  We have compiled oxjapi under Mandrake 8.2. It should work on
  any recent Red Hat or Mandrake configuration. As 'root', just 
  unpack the archive oxjapi.tar.gz in the directory 'packages' 
  of your Ox installation through the command:
    tar -xvvzf oxjapi.tar.gz
  You may have to modify the OX3PATH variable.
  
============
    Unix
============
  1. Do the same as the Linux installation.
  2. Go into the directory '[...]/packages/oxjapi/src' and
  type (we assume that your Ox path is settled as described 
  in the Ox documentation):
    make; gcc -L. OxJapiDllSrc.c -shared -o ../oxjapi.so -ljapi
