Install Allwinner LiveSuite on Debian/Ubuntu
https://github.com/jake5253/allwinner-livesuit
and
Download source code https://packages.ubuntu.com/xenial/libpng12-0
wget http://archive.ubuntu.com/ubuntu/pool/main/libp/libpng/libpng_1.2.54.orig.tar.xz
tar xvf libpng_1.2.54.orig.tar.xz
cd libpng-1.2.54
./autogen.sh
./configure
make -j8
sudo make install
then update the links with:
sudo ldconfig
prior to any of this assure your machine has these preliminary packages installed ... baseline for any dev kit
评论已关闭