DDS-Router icon indicating copy to clipboard operation
DDS-Router copied to clipboard

Procedure replication for global installation of DDS-Router

Open iekhanx opened this issue 2 years ago • 5 comments

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 git clone https://github.com/eProsima/DDS-Router.git mkdir DDS-Router/build cd DDS-Router/build cmake .. -DCMAKE_INSTALL_PREFIX=~/DDS-Router/install -DCMAKE_PREFIX_PATH=~/DDS-Router/install cmake --build . --target install The resulted in following error:

$ cmake .. -DCMAKE_INSTALL_PREFIX=~/DDS-Router/install -DCMAKE_PREFIX_PATH=~/DDS-Router/install CMake 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

iekhanx avatar Apr 13 '22 14:04 iekhanx