Ignition-math installing
I am trying to install ignition math, but if I install it from the default branch it is seems to be already on the version 5.0. It is not recognized as by the other dependences as they expect the version 4.0. Is there I way to install the 4.0 which is not from the git repository or a branch with the stable version of the 4.0?
Asked by cecicosta on 2018-03-11 07:40:42 UTC
Answers
You can install from source by moving to the version 4 branch before building:
hg up ign-math4
Or you can install from debian packages on Ubuntu:
sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
deb http://packages.osrfoundation.org/gazebo/ubuntu-stable xenial main
wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
sudo apt-get update
sudo apt install libignition-math4*
Asked by chapulina on 2018-03-12 10:04:36 UTC
Comments