-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Procedure replication for global installation of DDS-Router #191
Comments
Hi @iekhanx This is a documentation error. We will update the documentation as soon as we can in order to show how to compile using |
I noticed that the procedure below is using CMAKE or cmake which only applies to following three modules For DDS-Router require Python scripted procedure to build as follow: please make clear in your README.md file. remain unexplained |
jparisu |
jparisu ./ddsrouter DDS_ROUTER_CONFIGURATION.yaml I randomly picked a file from resource/configuration/examples/wan_server.yaml renamed the file as |
Hi @iekhanx I assume you have already managed to avoid these issues mentioned here for the comments you do in this issue: #193 If you still have some troubles with this, I strongly suggest to check our public and online documentation. Here it is a getting started user friendly tutorial: https://eprosima-dds-router.readthedocs.io/en/latest/rst/getting_started/usage_example.html |
Hi
I am trying to replicate the procedure guided by following link:
https://eprosima-dds-router.readthedocs.io/en/latest/rst/developer_manual/installation/sources/linux.html#developer-manual-installation-sources-linux
But when I execute the following section:
3. Once all dependencies are installed, install DDS Router:
cd
/DDS-Router/DDS-Router/install -DCMAKE_PREFIX_PATH=~/DDS-Router/installgit clone https://github.com/eProsima/DDS-Router.git
mkdir DDS-Router/build
cd DDS-Router/build
cmake .. -DCMAKE_INSTALL_PREFIX=
cmake --build . --target install
The resulted in following error:
$ cmake .. -DCMAKE_INSTALL_PREFIX=
/DDS-Router/install -DCMAKE_PREFIX_PATH=/DDS-Router/installCMake Error: The source directory "/home/imrank/DDS-Router/DDS-Router" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Can you please resolve the issue although cloned from provided link but CMaketext.txt file is missing.
Please treat as an urgent.
Thank you
The text was updated successfully, but these errors were encountered: