update install pkg

This commit is contained in:
acki
2025-05-20 15:01:09 -04:00
parent 4b8d714643
commit 2a83e78e6c

View File

@@ -23,17 +23,13 @@ sudo apt upgrade
sudo apt install ros-jazzy-desktop -y
sudo apt install git -y
git clone https://github.com/WiringPi/WiringPi.git
git submodule init
git submodule update
# build the package
./WiringPi/build debian
mv "./WiringPi/debian-template/wiringpi-*" ./WiringPi
# install it
sudo apt install "./WiringPi/wiringpi-*.deb" -y
git submodule init
git submodule update
sudo apt-get install qt6-base-dev qt6-svg-dev libxml2-dev socat -y