Unverified Commit 651161be authored by Alexey Suhov's avatar Alexey Suhov Committed by GitHub

Merge pull request #378 from Danile71/2019

Fix error (libpng-0)
parents b0c5acca f73852ea
......@@ -51,7 +51,7 @@ if [ -f /etc/lsb-release ]; then
gstreamer1.0-plugins-base \
libusb-1.0-0-dev \
libopenblas-dev
if apt-cache search --names-only '^libpng12'| grep -q libpng12; then
if apt-cache search --names-only '^libpng12-dev'| grep -q libpng12; then
sudo -E apt-get install -y libpng12-dev
else
sudo -E apt-get install -y libpng-dev
......@@ -160,4 +160,4 @@ elif [ -f /etc/os-release ] && grep -q "raspbian" /etc/os-release; then
fi
else
echo "Unknown OS, please install build dependencies manually"
fi
\ No newline at end of file
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment