Commit f73852ea authored by Daniel's avatar Daniel

Fix error (libpng-0)

parent b0c5acca
...@@ -51,7 +51,7 @@ if [ -f /etc/lsb-release ]; then ...@@ -51,7 +51,7 @@ if [ -f /etc/lsb-release ]; then
gstreamer1.0-plugins-base \ gstreamer1.0-plugins-base \
libusb-1.0-0-dev \ libusb-1.0-0-dev \
libopenblas-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 sudo -E apt-get install -y libpng12-dev
else else
sudo -E apt-get install -y libpng-dev sudo -E apt-get install -y libpng-dev
...@@ -160,4 +160,4 @@ elif [ -f /etc/os-release ] && grep -q "raspbian" /etc/os-release; then ...@@ -160,4 +160,4 @@ elif [ -f /etc/os-release ] && grep -q "raspbian" /etc/os-release; then
fi fi
else else
echo "Unknown OS, please install build dependencies manually" echo "Unknown OS, please install build dependencies manually"
fi fi
\ No newline at end of file
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