From bcfa75890fa3d3108784a32838a07c7c3c0901b9 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 20 Feb 2014 11:46:21 +0000 Subject: Thu Feb 20 11:47:45 UTC 2014 Johnny Willemsen * connectors/dds4ccm/DDS4CCM-INSTALL.html: Updated instructions to OpenDDS 3.5 --- CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CIAO/connectors') 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.
 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.
 

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.

-- cgit v1.2.1