mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2025-01-20 22:26:12 +01:00
Update build.sh
necessary packages for compiling sunxitools
This commit is contained in:
parent
8186de10f0
commit
888b9ff267
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -11,7 +11,7 @@ sleep 3
|
|||
# Downloading necessary files
|
||||
#--------------------------------------------------------------------------------
|
||||
|
||||
sudo apt-get -q -y install binfmt-support bison build-essential ccache debootstrap flex gawk gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gettext git linux-headers-generic linux-image-generic lvm2 qemu-user-static texinfo texlive u-boot-tools uuid-dev zlib1g-dev unzip libncurses5-dev
|
||||
sudo apt-get -q -y install binfmt-support bison build-essential ccache debootstrap flex gawk gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gettext git linux-headers-generic linux-image-generic lvm2 qemu-user-static texinfo texlive u-boot-tools uuid-dev zlib1g-dev unzip libncurses5-dev pkg-config libusb-1.0-0-dev
|
||||
|
||||
#--------------------------------------------------------------------------------
|
||||
# Preparing output / destination files
|
||||
|
@ -172,4 +172,4 @@ umount $DEST/output/sdcard/
|
|||
losetup -d /dev/loop1
|
||||
losetup -d /dev/loop0
|
||||
# compress image
|
||||
gzip $DEST/output/*.raw
|
||||
gzip $DEST/output/*.raw
|
||||
|
|
Loading…
Reference in a new issue