/*---------------------------------------------------------- * 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 * (C) 2007 Changes by Charles Bos *----------------------------------------------------------*/ 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/Linux ================= Unzip the file oxjapi.zip into the Ox directory, creating packages/oxjapi and subdirectories. For Linux, both a 32-bit and a 64-bit library is provided, in packages/oxjapi/oxjapi.so and packages/oxjapi/oxjapi64.so respectively. ================ 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 3. Check that the file packages/oxjapi/oxjapi.so got created correctly ================ Changelog ================ 20/2/07 - Collected original files, - adapted japilib.c to allow for longer pathname, - cleaned makefiles, - compiled it for Ox 4.00 32- and 64-bits Linux versions, - combined into one zip-file for Windows/Linux/Unix,