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

github.com/ClusterM/hakchi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Sperling <sperling@b1-systems.de>2017-01-11 03:58:15 +0300
committerJan Sperling <sperling@b1-systems.de>2017-01-11 03:58:15 +0300
commita82ce38e20f9184e0a6ac7061ca1956656e6b260 (patch)
treeaa8b8053f9ffb4ff7a68feb53186e871aefdddf8 /README.md
parentbcb6a79547e8399fe0f6adab959fa51916015e69 (diff)
update README.md file
- added the information about the sunxi-tools patch - upx was missing on my system so I added it as dependency
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 aab1d79..ee7b9f8 100644
--- a/README.md
+++ b/README.md
@@ -15,12 +15,13 @@ git submodule update
```
-sudo apt-get install libusb-1.0-0-dev libqt4-dev libudev-dev
+sudo apt-get install libusb-1.0-0-dev libqt4-dev libudev-dev upx-ucl
```
# Build
```
+patch ./3rdparty/sunxi-tools/fel_lib.c < ./3rdparty/sunxi-tools.diff
make
```