include/
directory.
Useful for using the source code for Omegahat packages
directly without installing (parts of) Omegahat from source.
We would appreciate hearing about any problems, successful installations, bugs, comments on the design, etc. There is a bug tracking system which can be used to submit remarks.
Thanks to Tony Rossini for having previously configured the anonymous CVS access server from this machine and for helping to test the installation.
:pserver:anoncvs@www.omegahat.net:/home/anoncvs/src/omegahatSee CVS Installation for more details.
You will need to fetch the JHelp distribution for things to run smoothly. (They will run without this, but an error will be produced at startup time.)
.tar.gz
and have been created with the
GNU tar program using the compression
flag (z). You can extract them with GNU tar via
gtar zxvf filenameor with the regular (non-GNU) tar via
gunzip -c filename | tar xvf -
org/omegahat/
.
Config/local.config
.
Set JAVA_HOME
to the appropriate directory
and comment out JAVA2
if you are not using Java 2.
./bin/omegahat
You will also require the (free for non-commercial use) Orbacus implementation of the CORBA specification from Object Oriented Concepts, Inc. Version 3.x works fine on Linux (RH6.0), Solaris (2.7) and Irix 6.4 for us.
To install into the binary distribution above, add this file
to the Jars/Omegahat
directory.
If working from the source code version, you should extract
the files using the jar
tool in the JDK
and do this from the parent of the org/
directory containing omegahat/
,
i.e. $OMEGA_HOME/../../..
Interfaces.jar
.
Install by un-tarring the archive from the parent of the org
directory.
i.e. $OMEGA_HOME/../../..
To install, untar this file from the parent of the directory
org/
.
You will need to set
the environment variable
ORBACUS_CONFIG
to identify
the file containing the different Orbacus settings.
You can modify the one in
org/omegahat/Interfaces/CORBA/CORBAConfig/Orbacus.config
and set the environment variable to refer to it.
This can be set permanently and applies to all Orbacus
applications (yours, the utilities such as idl
, irfeed
, ...)
Then, to install the S chapter, change directory
to org/omegahat/S/library/CORBA
and issue the commands
make chapter
To install the R package, change directory to
org/omegahat/R/library/CORBA
and issue the commands
setenv R_HOME wherever the R distribution was installed make
To run, you will need to ensure the environment variable
LD_LIBRARY_PATH
is set.
Follow the instructions for treating this as a library in the different systems.