rosmake
rosmake is a Robot OS dependency aware build tool (Python 2)
Install
- All systems
-
curl cmd.cat/rosmake.sh
- Debian
-
apt-get install python-rosmake
- Ubuntu
-
apt-get install python-rosmake
- Kali Linux
-
apt-get install python-rosmake
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-rosmake
- Raspbian
-
apt-get install python-rosmake
- Dockerfile
- dockerfile.run/rosmake
python-rosmake
rosmake is a Robot OS dependency aware build tool (Python 2)
This package is part of Robot OS (ROS). rosmake is a tool to assist with building ROS packages. It facilitates building packages that have dependencies, allowing all dependencies to be built in the correct order. This package contains the Python 2 library.