diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2014-02-20 11:46:21 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2014-02-20 11:46:21 +0000 |
commit | bcfa75890fa3d3108784a32838a07c7c3c0901b9 (patch) | |
tree | 57b3af7f859fb207f8874c9401b1e4ddb0b8ce40 /CIAO/connectors | |
parent | 05555c566234879781133b53e6d55de9fc21af88 (diff) | |
download | ATCD-bcfa75890fa3d3108784a32838a07c7c3c0901b9.tar.gz |
Thu Feb 20 11:47:45 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* connectors/dds4ccm/DDS4CCM-INSTALL.html:
Updated instructions to OpenDDS 3.5
Diffstat (limited to 'CIAO/connectors')
-rw-r--r-- | CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html b/CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html index 5eb8631bc21..7dba7daafe9 100644 --- a/CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html +++ b/CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html @@ -31,9 +31,9 @@ files and compiles all core code and the DDS4CCM shapes example. As last step it example which dumps shapes information to the console. <pre> wget http://download.dre.vanderbilt.edu/ACE+TAO-distribution/ACE+TAO+CIAO-src.tar.bz2 -wget http://download.ociweb.com/OpenDDS/OpenDDS-3.4.1.tar.gz +wget http://download.ociweb.com/OpenDDS/OpenDDS-3.5.tar.gz tar xvf ACE+TAO+CIAO-src.tar.bz2 -tar xvf OpenDDS-3.4.1.tar.gz +tar xvf OpenDDS-3.5.tar.gz export DOC_ROOT=`pwd` export ACE_ROOT=$DOC_ROOT/ACE_wrappers export TAO_ROOT=$ACE_ROOT/TAO @@ -93,7 +93,7 @@ which has to be triggered during the build step. Secondly we need to create $ACE tweak more settings in these 2 files, but we do recommend to do a full rebuild when changing any of these files. </p><p> The steps below assume that RTI DDS has been obtained from RTI including their CORBA Compatibility Kit (CCK). The environment -variables NDDSHOME and NDDSARCHITECTURE must be defined accordingly the RTI documentation. +variables NDDSHOME and NDDSARCHITECTURE must be defined accordingly the RTI documentation. Make sure that when you have a path with spaces in it you don't use double quotes around the path when setting the environment variable. </p><p> |