summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-06-27 11:24:13 +0200
committerGravatar Nikias Bassen2024-06-27 11:24:13 +0200
commit87788aeaef929d7fadb7f282d6310bb6ecd3b1e0 (patch)
treecd3c396eef1fdab4647fb7e3e8f0048ca721297a /README.md
parent68df374762b95ab40ca5242da66e3474360669b5 (diff)
downloadlibimobiledevice-87788aeaef929d7fadb7f282d6310bb6ecd3b1e0.tar.gz
libimobiledevice-87788aeaef929d7fadb7f282d6310bb6ecd3b1e0.tar.bz2
Updated README.md to mention libtatsu dependency
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 89db882..ec057a6 100644
--- a/README.md
+++ b/README.md
@@ -66,9 +66,13 @@ sudo apt-get install \
66 libplist-dev \ 66 libplist-dev \
67 libusbmuxd-dev \ 67 libusbmuxd-dev \
68 libimobiledevice-glue-dev \ 68 libimobiledevice-glue-dev \
69 libtatsu-dev \
69 libssl-dev \ 70 libssl-dev \
70 usbmuxd 71 usbmuxd
71``` 72```
73NOTE: [libtatsu](https://github.com/libimobiledevice/libtatsu) (and thus `libtatsu-dev`)
74is a new library that was just published recently, you have to
75[build it from source](https://github.com/libimobiledevice/libtatsu?tab=readme-ov-file#building).
72 76
73If you want to optionally build the documentation or Python bindings use: 77If you want to optionally build the documentation or Python bindings use:
74```shell 78```shell
@@ -194,4 +198,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.
194This project is an independent software and has not been authorized, sponsored, 198This project is an independent software and has not been authorized, sponsored,
195or otherwise approved by Apple Inc. 199or otherwise approved by Apple Inc.
196 200
197README Updated on: 2023-12-30 201README Updated on: 2024-06-27