diff options
author | 2025-09-10 00:09:00 +0200 | |
---|---|---|
committer | 2025-09-10 00:09:00 +0200 | |
commit | 728dd8e9054a165cd5a31a68062bc73bed453288 (patch) | |
tree | 61edb4ba11a5df970221bab18eaaf7b5941b95e0 | |
parent | 8ea087818302daf2635d5e2d2b2598786f035950 (diff) | |
download | libirecovery-728dd8e9054a165cd5a31a68062bc73bed453288.tar.gz libirecovery-728dd8e9054a165cd5a31a68062bc73bed453288.tar.bz2 |
Updated README
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |