summaryrefslogtreecommitdiff
path: root/CIAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-04-16 17:55:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-04-16 17:55:12 +0000
commita22c4f98900b6a988e6098a986cfa8241b6e8c9b (patch)
treec4734ce3cd5a952207c48cd2175cc72309630063 /CIAO
parent0dce9fd6da052f70fa17b04be44fe69fccec867e (diff)
downloadATCD-a22c4f98900b6a988e6098a986cfa8241b6e8c9b.tar.gz
Tue Apr 16 17:54:56 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* connectors/dds4ccm/DDS4CCM-INSTALL.html: Several fixes
Diffstat (limited to 'CIAO')
-rw-r--r--CIAO/ChangeLog5
-rw-r--r--CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html7
2 files changed, 7 insertions, 5 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index ecfc6d8a1d4..612d50d5644 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,8 @@
+Tue Apr 16 17:54:56 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * connectors/dds4ccm/DDS4CCM-INSTALL.html:
+ Several fixes
+
Tue Apr 16 17:30:31 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* connectors/dds4ccm/DDS4CCM-INSTALL.html:
diff --git a/CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html b/CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html
index d98bfda64c4..581d9879d10 100644
--- a/CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html
+++ b/CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html
@@ -111,20 +111,17 @@ 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
tar xvf ACE+TAO+CIAO-src.tar.bz2
-tar xvf OpenDDS-3.4.1.tar.gz
export DOC_ROOT=`pwd`
export ACE_ROOT=$DOC_ROOT/ACE_wrappers
export TAO_ROOT=$ACE_ROOT/TAO
export CIAO_ROOT=$TAO_ROOT/CIAO
export DANCE_ROOT=$TAO_ROOT/DAnCE
-export DDS_ROOT=$DOC_ROOT/DDS
-export LD_LIBRARY_PATH=$ACE_ROOT/lib:$DDS_ROOT/lib:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH=$ACE_ROOT/lib:$LD_LIBRARY_PATH
echo -e '#include "ace/config-linux.h"' > $ACE_ROOT/ace/config.h
echo -e 'dds4ccm_ndds=1\nndds=1\nxerces3=1\ninclude $(ACE_ROOT)/include/makeinclude/platform_linux.GNU' > $ACE_ROOT/include/makeinclude/platform_macros.GNU
echo -e 'dds4ccm_ndds=1\nndds=1\nxerces3=1\n' > $ACE_ROOT/bin/MakeProjectCreator/config/default.features
-cd $CIAO_ROOT && $ACE_ROOT/bin/mwc.pl -type gnuace -workers 4 CIAO_TAO_DAnCE_OpenDDS.mwc
+cd $CIAO_ROOT && $ACE_ROOT/bin/mwc.pl -type gnuace -workers 4 CIAO_TAO_DAnCE.mwc
cd $CIAO_ROOT/connectors/dds4ccm/examples/Shapes && $ACE_ROOT/bin/mwc.pl -type gnuace -workers 4
cd $CIAO_ROOT && make
cd $CIAO_ROOT/connectors/dds4ccm/examples/Shapes && make