Skip to content

Commit 728dd8e

Browse files
committed
Updated README
1 parent 8ea0878 commit 728dd8e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ have common build steps across different platforms.
3939
Only the prerequisites differ and they are described in this section.
4040

4141
libirecovery requires [libimobiledevice-glue](https://github.com/libimobiledevice/libimobiledevice-glue).
42+
Some platforms already provide it as a package.
4243
Check the [Building](https://github.com/libimobiledevice/libimobiledevice-glue?tab=readme-ov-file#building)
43-
section of the README on how to build it. Note that some platforms might have it as a package.
44+
section of the README on how to build it.
4445

4546
#### Linux (Debian/Ubuntu based)
4647

@@ -68,12 +69,12 @@ section of the README on how to build it. Note that some platforms might have it
6869

6970
Using MacPorts:
7071
```shell
71-
sudo port install libtool autoconf automake pkgconfig
72+
sudo port install libtool autoconf automake pkgconfig libimobiledevice-glue
7273
```
7374

7475
Using Homebrew:
7576
```shell
76-
brew install libtool autoconf automake pkg-config
77+
brew install libtool autoconf automake pkg-config libimobiledevice-glue
7778
```
7879

7980
#### Windows
@@ -92,6 +93,7 @@ section of the README on how to build it. Note that some platforms might have it
9293
autoconf \
9394
automake-wrapper \
9495
pkg-config \
96+
mingw-w64-x86_64-libimobiledevice-glue \
9597
mingw-w64-x86_64-readline
9698
```
9799
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.
256258
This project is an independent software library and has not been authorized,
257259
sponsored, or otherwise approved by Apple Inc.
258260

259-
README Updated on: 2024-10-22
261+
README Updated on: 2025-09-10

0 commit comments

Comments
 (0)