.. _`Prerequisites`:


#############
Prerequisites
#############

|unix|

The Vortex OpenSplice environment must be set correctly for UNIX-based platforms
before the Vortex OpenSplice IDL Pre-processor can be used. 

Run ``release.com`` from a shell command line to set the environment. 

``release.com`` is located in the root directory of the Vortex OpenSplice 
installation (``<OSPL_HOME>``):

::
   
   % . <OSPL_HOME>/release.com


The Vortex OpenSplice IDL Pre-processor, ``idlpp``, can be invoked by 
running it from a command shell:

::
   
   % idlpp


The ``idlpp`` command line options are fully described in 
:ref:`IDL Pre-processor Command Line Options <Command Line Options>`.





.. |caution| image:: ./images/icon-caution.*
            :height: 6mm
.. |info|   image:: ./images/icon-info.*
            :height: 6mm
.. |windows| image:: ./images/icon-windows.*
            :height: 6mm
.. |unix| image:: ./images/icon-unix.*
            :height: 6mm
.. |linux| image:: ./images/icon-linux.*
            :height: 6mm
.. |c| image:: ./images/icon-c.*
            :height: 6mm
.. |cpp| image:: ./images/icon-cpp.*
            :height: 6mm
.. |csharp| image:: ./images/icon-csharp.*
            :height: 6mm
.. |java| image:: ./images/icon-java.*
            :height: 6mm

.. EoF
