ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

This message:

git: Command not found

suggests that git is not installed in your system... try this:

sudo apt-get install git

I hope this helps

This message:

git: Command not found

suggests that git is not installed in your system... try this:

sudo apt-get install git

Then try to do make again.

I hope this helps

click to hide/show revision 3
git to git-core

This message:

git: Command not found

suggests that git is not installed in your system... try this:

sudo apt-get install gitgit-core

Then try to do make again.

I hope this helps