Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
74273b67
Unverified
Commit
74273b67
authored
Aug 29, 2021
by
Chen-Yu Tsai
Committed by
GitHub
Aug 29, 2021
Browse files
Merge pull request #160 from gediz/mention-dependencies
README: Add more information about other requirements
parents
6c022244
64d6403b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
74273b67
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment