aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Brown <david.brown@linaro.org>2016-06-16 13:15:12 -0600
committerDavid Brown <david.brown@linaro.org>2016-06-17 00:50:09 -0600
commit694bf2a0a30582a20a51972e046a22e1c56cd953 (patch)
tree4efef288ea760b3f0cf35137d90cc70f59fe60cd /README.md
parent8f46b8d05b22d1511a7d93dd9adafddf9251ab6a (diff)
docs: Add mtools to dependencies
Changing hikey build to use mtools instead of sudo/mount eliminates the need for root access during the build. Document this dependency. Signed-off-by: David Brown <david.brown@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4d8f5c9c..8db78115 100644
--- a/README.md
+++ b/README.md
@@ -113,7 +113,8 @@ $ sudo apt-get install android-tools-adb android-tools-fastboot autoconf bison \
cscope curl flex gdisk libc6:i386 libfdt-dev \
libglib2.0-dev libpixman-1-dev libstdc++6:i386 \
libz1:i386 netcat python-crypto python-serial \
- python-wand uuid-dev xdg-utils xz-utils zlib1g-dev
+ python-wand uuid-dev xdg-utils xz-utils zlib1g-dev \
+ mtools
```
---