Add script to build customapp

This commit is contained in:
Matthieu Gautier
2017-05-24 14:31:05 +02:00
parent 483bef609e
commit 22fffcee51
12 changed files with 552 additions and 45 deletions

View File

@ -5,8 +5,9 @@ set -e
orig_dir=$(pwd)
sudo apt-get update -qq
sudo apt-get install -qq python3-pip
sudo apt-get install -qq python3-pip zlib1g-dev libjpeg-dev
pip3 install meson
pip3 install pillow
# ninja
git clone git://github.com/ninja-build/ninja.git