Installation Instructions

Ivory | General Information
Example Application | Developing Applications | Java Docs

Installing

Prerequisites: After installing prereqs and downloading Ivory,
  1. Unzip and extract the files from ivorysrc, i.e.,
    gunzip ivorysrc.tar.gz
    tar xf ivorysrc.tar
  2. cd into ivorysrc.
  3. Look at the README file for more information.
    The .bash_profile file used on the development platform is included. You can edit the .bash_profile to use the correct path information for your environment.
  4. Run ./configure with the parameter --with-jni-includes, where the jni includes are the paths for jni code. On the development machine, the command is
    ./configure --with-jni-includes="-I/usr/pkg/jsdk-1.3.0b/include -I/usr/pkg/jsdk-1.3.0b/include/solaris"
  5. Run make.

Sara E. Sprenkle
Last modified: Wed Jun 6 16:42:49 EDT 2001