summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2025-09-10 00:09:00 +0200
committerGravatar Nikias Bassen2025-09-10 00:09:00 +0200
commit728dd8e9054a165cd5a31a68062bc73bed453288 (patch)
tree61edb4ba11a5df970221bab18eaaf7b5941b95e0 /README.md
parent8ea087818302daf2635d5e2d2b2598786f035950 (diff)
downloadlibirecovery-728dd8e9054a165cd5a31a68062bc73bed453288.tar.gz
libirecovery-728dd8e9054a165cd5a31a68062bc73bed453288.tar.bz2
Updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 41d8241..be5eb02 100644
--- a/README.md
+++ b/README.md
@@ -39,8 +39,9 @@ have common build steps across different platforms.
Only the prerequisites differ and they are described in this section.
libirecovery requires [libimobiledevice-glue](https://github.com/libimobiledevice/libimobiledevice-glue).
+Some platforms already provide it as a package.
Check the [Building](https://github.com/libimobiledevice/libimobiledevice-glue?tab=readme-ov-file#building)
-section of the README on how to build it. Note that some platforms might have it as a package.
+section of the README on how to build it.
#### Linux (Debian/Ubuntu based)
@@ -68,12 +69,12 @@ section of the README on how to build it. Note that some platforms might have it
Using MacPorts:
```shell
- sudo port install libtool autoconf automake pkgconfig
+ sudo port install libtool autoconf automake pkgconfig libimobiledevice-glue
```
Using Homebrew:
```shell
- brew install libtool autoconf automake pkg-config
+ brew install libtool autoconf automake pkg-config libimobiledevice-glue
```
#### Windows
@@ -92,6 +93,7 @@ section of the README on how to build it. Note that some platforms might have it
autoconf \
automake-wrapper \
pkg-config \
+ mingw-w64-x86_64-libimobiledevice-glue \
mingw-w64-x86_64-readline
```
NOTE: You can use a different shell and different compiler according to your needs. Adapt the above command accordingly.
@@ -256,4 +258,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.
This project is an independent software library and has not been authorized,
sponsored, or otherwise approved by Apple Inc.
-README Updated on: 2024-10-22
+README Updated on: 2025-09-10