From 6570e458a3f13676b97a021badbd6abb6b8a36b3 Mon Sep 17 00:00:00 2001 From: Denisa Alexandru <104530408+depink5@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:43:54 +0200 Subject: [PATCH] Use swig4.1 in Fast-DDS dependencies (#187) * Use swig4.1 in Fast-DDS dependencies Signed-off-by: Denisa * Add review changes Signed-off-by: Denisa --------- Signed-off-by: Denisa --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25e8b819..e12e48e6 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,11 @@ sudo apt install -y \ libtinyxml2-dev ``` -Additionally, *Fast DDS Python* also depends on [SWIG 4.0](http://www.swig.org/) and python3-dev. Install these dependencies running: +Additionally, *Fast DDS Python* also depends on a [SWIG](http://www.swig.org/) version lower than 4.2 (4.1 is recommended) and python3-dev. Install these dependencies running: ```bash sudo apt update sudo apt install -y \ - swig \ + swig4.1 \ libpython3-dev ```