From 242966e407c5a275cb1233fc27842df68cbefac1 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Fri, 15 Jan 2016 17:59:27 +0100 Subject: [PATCH] build-toolchain: add notes about needed packages Signed-off-by: Wolfgang Wiedmeyer --- build-toolchain | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-toolchain b/build-toolchain index 56622533..4893e113 100755 --- a/build-toolchain +++ b/build-toolchain @@ -134,4 +134,7 @@ cd $BASEDIR # search for bin directories in external and remove binaries # build jack from source and rest of java toolchain (jack source has prebuilts, builds with ant dist) # add relocation_packer correctly as dependency -# packages to install: gcc-arm-none-eabi + +# packages to install: gcc-arm-none-eabi, cmake, python-dev, swig, ant +# apt-get build-dep gcc-4.9 binutils llvm-defaults +# apply ndk patch