As an R Package

The installation of the dynamic, interactive CORBA facilities for R has been simplified to use the elegant package utility provided as part of R. Download the CORBA.tar.gz and then issue the command
  R INSTALL CORBA.tar.gz

From the CVS Tree

Installing the R/S CORBA facilities

  • cd Interfaces/CORBA/IDLTypes
    make install
  • cd Interfaces/CORBA/Tools
    make install
  • cd Interfaces/CORBA/RSTools
    make install TARGET=S
  • cd $OMEGA_HOME/R/CORBA or $OMEGA_HOME/S/CORBA
    make install
  • All the resulting header files and shared libraries are installed in $OMEGA_HOME/include and $OMEGA_HOME/lib.
    Duncan Temple Lang <duncan@research.bell-labs.com>
    Last modified: Sat Jul 8 19:29:40 EDT 2000