download_checkmd5.py
scripts for managing the Robot OS build system
Install
- All systems
-
curl cmd.cat/download_checkmd5.py.sh
- Debian
-
apt-get install rosbuild
- Ubuntu
-
apt-get install rosbuild
- Kali Linux
-
apt-get install rosbuild
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rosbuild
- Raspbian
-
apt-get install rosbuild
- Dockerfile
- dockerfile.run/download_checkmd5.py
rosbuild
scripts for managing the Robot OS build system
This package is part of Robot OS (ROS). Rosbuild solves the core problem of gathering appropriate build flags from, and tracking dependencies in, the ROS package tree. The macros provided by rosbuild automatically inherit the union of build flags exported by packages on which your package depends.