This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -e | |
PREFIX=~/opt/qt5pi | |
ROOTFS_MOUNT=/mnt/rasp-pi-rootfs | |
# On Ubuntu 14.04 do the following first to get the ia32-lib | |
if [ `lsb_release -ds` -eq "Ubuntu 14.04 LTS" ] | |
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 | |
fi |