Skip to content

Commit

Permalink
Use swig4.1 in Fast-DDS dependencies (#187)
Browse files Browse the repository at this point in the history
* Use swig4.1 in Fast-DDS dependencies

Signed-off-by: Denisa <[email protected]>

* Add review changes

Signed-off-by: Denisa <[email protected]>

---------

Signed-off-by: Denisa <[email protected]>
  • Loading branch information
depink5 authored Oct 7, 2024
1 parent f4cd43e commit 6570e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 6570e45

Please sign in to comment.