Skip to content
Snippets Groups Projects
Commit a0090b09 authored by Jens Wiklander's avatar Jens Wiklander
Browse files

docs: Add automake to prerequisites


Acked-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
Signed-off-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent 0fb23ea5
No related branches found
No related tags found
No related merge requests found
...@@ -112,12 +112,13 @@ to start with. Therefore install the following packages regardless of what ...@@ -112,12 +112,13 @@ to start with. Therefore install the following packages regardless of what
target you will use in the end. target you will use in the end.
```bash ```bash
$ sudo apt-get install android-tools-adb android-tools-fastboot autoconf bc \ $ sudo apt-get install android-tools-adb android-tools-fastboot autoconf \
bison build-essential cscope curl flex ftp-upload gdisk libattr1-dev \ automake bc bison build-essential cscope curl flex ftp-upload gdisk \
libc6:i386 libcap-dev libfdt-dev libftdi-dev libglib2.0-dev \ libattr1-dev libc6:i386 libcap-dev libfdt-dev libftdi-dev \
libhidapi-dev libncurses5-dev libpixman-1-dev libstdc++6:i386 libtool \ libglib2.0-dev libhidapi-dev libncurses5-dev libpixman-1-dev \
libz1:i386 make mtools netcat python-crypto python-serial python-wand \ libstdc++6:i386 libtool libz1:i386 make mtools netcat python-crypto \
unzip uuid-dev xdg-utils xterm xz-utils zlib1g-dev python-serial python-wand unzip uuid-dev xdg-utils xterm xz-utils \
zlib1g-dev
``` ```
## 7.2 Install Android repo ## 7.2 Install Android repo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment