I am running Ubuntu 14.04. When I run
sudo apt-get install gazebo2
apt-get
complains it cannot find libsdformat(<=2.0)
apt-get
doesn't provide libsdformat(<=2.0)
, so I have built libsdformat1.4 from the source.
How can I make apt-get
find a dependency I have built myself?
gazebo2
is not provided in the official repositories, either. Where are you getting it from? – fkraiem Nov 27 '17 at 09:31