From e531aa6402670b1a240d35d9dc639ed4298e7504 Mon Sep 17 00:00:00 2001 From: Michael Ilyin Date: Tue, 9 Jan 2024 15:25:03 +0100 Subject: [PATCH] removed mentioning of fixed link error --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ec941ff1..66d763ab 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,6 @@ Once these dependencies are in place, you may clone the repository on your machi $ git clone https://github.com/eclipse-zenoh/zenoh-plugin-dds.git $ cd zenoh-plugin-dds ``` -> :warning: **WARNING** :warning: : On Linux, don't use `cargo build` command without specifying a package with `-p`. Building both `zenoh-plugin-dds` (plugin library) and `zenoh-bridge-dds` (standalone executable) together will lead to a `multiple definition of `load_plugin'` error at link time. See [#117](https://github.com/eclipse-zenoh/zenoh-plugin-dds/issues/117#issuecomment-1439694331) for explanations. You can then choose between building the zenoh bridge for DDS: - as a plugin library that can be dynamically loaded by the zenoh router (`zenohd`):