diff options
author | 2024-10-22 19:33:22 +0200 | |
---|---|---|
committer | 2024-10-22 19:33:22 +0200 | |
commit | 559adb735debcd9743569763a3d51270008310e1 (patch) | |
tree | ad6acdc8c09d3e48caaca37dd09a254df2ecd310 | |
parent | 151c680feb6a0775d1b979dbdfca2ac6fdfc8cad (diff) | |
download | idevicerestore-559adb735debcd9743569763a3d51270008310e1.tar.gz idevicerestore-559adb735debcd9743569763a3d51270008310e1.tar.bz2 |
Updated README
-rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -142,7 +142,10 @@ Only the prerequisites differ and they are described in this section. make \ libtool \ autoconf \ - automake-wrapper + automake-wrapper \ + pkg-config \ + libcurl-devel \ + mingw-w64-x86_64-libzip ``` NOTE: You can use a different shell and different compiler according to your needs. Adapt the above command accordingly. @@ -280,8 +283,8 @@ Please make sure your contribution adheres to: ## Links * Homepage: https://libimobiledevice.org/ -* Repository: https://git.libimobiledevice.org/idevicerestore.git -* Repository (Mirror): https://github.com/libimobiledevice/idevicerestore.git +* Repository: https://github.com/libimobiledevice/idevicerestore.git +* Repository (Mirror): https://git.libimobiledevice.org/idevicerestore.git * Issue Tracker: https://github.com/libimobiledevice/idevicerestore/issues * Mailing List: https://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel * Twitter: https://twitter.com/libimobiledev @@ -299,4 +302,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc. This project is an independent software application and has not been authorized, sponsored, or otherwise approved by Apple Inc. -README Updated on: 2024-06-19 +README Updated on: 2024-10-22 |