install happy and alex into android build chroot
This commit is contained in:
parent
8803e36814
commit
7ec27d8d57
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ mount -t proc proc /proc
|
|||
echo "deb-src http://ftp.us.debian.org/debian stable main" >> /etc/apt/sources.list
|
||||
apt-get update
|
||||
apt-get -y install build-essential ghc git libncurses5-dev cabal-install
|
||||
apt-get -y install happy alex
|
||||
apt-get -y install llvm-3.0 # not 3.1; buggy on arm. 3.2 is ok too
|
||||
apt-get -y install ca-certificates curl file m4 autoconf zlib1g-dev
|
||||
apt-get -y install libgnutls-dev libxml2-dev libgsasl7-dev pkg-config c2hs
|
||||
|
|
Loading…
Add table
Reference in a new issue