build-toolchain: add notes about needed packages

Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
This commit is contained in:
Wolfgang Wiedmeyer 2016-01-15 17:59:27 +01:00
parent 6d69e550e5
commit 242966e407
1 changed files with 4 additions and 1 deletions

View File

@ -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