In the documentation README.md the line below is not pointing to the correct install path for cyclonedds. `export CYCLONEDDS_HOME="~/cyclonedds/install"` It should use the $HOME variable as below. `export CYCLONEDDS_HOME="$HOME/cyclonedds/install"`