Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2021-08-29 10:06:28 +0300
committerGitHub <noreply@github.com>2021-08-29 10:06:28 +0300
commit74273b671a3fc34048383c40c85c684423009fb9 (patch)
tree4e802a2a0f90b1e1b5d1ca12b40b08debd6891ca
parent6c02224448970ee3840e512cc99d5dcbeee9f2a0 (diff)
parent64d6403b794002c3ca491bbcd33738c5ba4d7ac3 (diff)
Merge pull request #160 from gediz/mention-dependencies
README: Add more information about other requirements
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index e9d7803..82771ce 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,13 @@ To build this, get a toolchain and run:
Compilation requires the development version of *libusb-1.0* (include header
and library) to be installed for `sunxi-fel`. Unless you explicitly pass
*LIBUSB_CFLAGS* and *LIBUSB_LIBS* to the make utility, `pkg-config` is also
-needed.
+needed. Development versions of zlib and libfdt are also required.
+
+To install the dependencies on Ubuntu 20.04 using package manager:
+
+```bash
+sudo apt install libusb-1.0-0-dev libz-dev libfdt-dev
+```
Available build targets: