ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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
2 | improved answer |
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
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