You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install the new Scenario Version by using the devel branch. The README describes that the swig package should be installed:
Install SWIG with apt install swig
This installs version 3.0.12 but later the Version 4.0 is required. I tried to install directly the swig package but I need a hint to get this working. Which environment variable is need to be set to which path?
An update of the README would be helpful too. ;-)
The text was updated successfully, but these errors were encountered:
@wolfgangschwab I have almost finalized the new instructions (tracked in the pinned issue #202), I will open a new PR soon, it's not complete as I wanted but it's a good start. I will fill other details another time. Sorry but these side-tasks have a low priority at the moment.
The devel branch needs swig 4. In Ubuntu bionic you have to install it from sources (see Dockerfile for a quick overview), in Focal instead it's already in the official repository. Note that as soon as we'll have Ubuntu 20.04.1 and Ignition Gazebo will be packaged for the new LTS, we're going to drop the support to Bionic.
I tried to install the new Scenario Version by using the
devel
branch. The README describes that the swig package should be installed:Install SWIG with apt install swig
This installs version 3.0.12 but later the Version 4.0 is required. I tried to install directly the swig package but I need a hint to get this working. Which environment variable is need to be set to which path?
An update of the README would be helpful too. ;-)
The text was updated successfully, but these errors were encountered: