libwebp-dev is now handled by rosdep. (#46)

master
Wolfgang Hess 2016-09-02 12:25:57 +02:00 committed by GitHub
parent 2bb67ac70b
commit 2e9652d71f
2 changed files with 2 additions and 4 deletions

View File

@ -54,7 +54,6 @@ using `Ninja <https://ninja-build.org>`_.
wstool update
# Install deb dependencies.
sudo apt-get install -y libwebp-dev # TODO(whess): Move to rosdep.
rosdep update
rosdep install --from-paths src --ignore-src --rosdistro=${ROS_DISTRO} -y

View File

@ -17,10 +17,9 @@
set -o errexit
set -o verbose
# Install deb dependencies.
# Install Ninja.
sudo apt-get update
# TODO(whess): Move libwebp-dev to rosdep.
sudo apt-get install -y ninja-build libwebp-dev
sudo apt-get install -y ninja-build
. /opt/ros/${ROS_DISTRO}/setup.sh