diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-26 12:08:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-26 12:08:29 -0400 |
commit | cef0e0ddd900479c92973109a11fe0e138c00498 (patch) | |
tree | cfa538bb522bda246f7c9f2aaa7e4a7e1a77c122 /standalone | |
parent | e8ca694baa8d19c3e3117556bf80fdfaf52e9478 (diff) |
install happy and alex into android build chroot
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/android/buildchroot-inchroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/android/buildchroot-inchroot b/standalone/android/buildchroot-inchroot index 70deea0ab..a5fa2ce85 100755 --- a/standalone/android/buildchroot-inchroot +++ b/standalone/android/buildchroot-inchroot @@ -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 |