Skip to content

Commit

Permalink
Add Poco library
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Mar 8, 2024
1 parent 77b195c commit 8f47a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/image-build-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ echo "=== Building ROS from scratch"

#cp /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d # https://askubuntu.com/a/1408456
apt-get update
apt-get install -y python3-distutils build-essential git python3-pip python3-rosinstall-generator python3-vcstools python3-empy
apt-get install -y python3-distutils build-essential git python3-pip python3-rosinstall-generator python3-vcstools python3-empy libpoco-dev

# install vcstool using pip
# curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && rm get-pip.py
Expand Down

0 comments on commit 8f47a26

Please sign in to comment.