diff options
author | 2025-09-11 17:35:57 +0200 | |
---|---|---|
committer | 2025-09-11 17:35:57 +0200 | |
commit | e41ff993f7d4c4b9f18b63348eb232fb5c5aaae9 (patch) | |
tree | 377ed87ba9e45fea90a799285764409b4d28d200 /README.md | |
parent | 34d07e0c51cf18a3d82fd601fa96b5a2cc1e310a (diff) | |
download | idevicerestore-e41ff993f7d4c4b9f18b63348eb232fb5c5aaae9.tar.gz idevicerestore-e41ff993f7d4c4b9f18b63348eb232fb5c5aaae9.tar.bz2 |
Updated README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -223,9 +223,29 @@ Configuration for idevicerestore 1.1.0: and then 'make install' for installation. ``` +### Building and installation + +If you followed all the steps successfully, and `autogen.sh` or `configure` did not print any errors, +you are ready to build the project. This is simply done with + +```shell +make +``` + +If no errors are emitted you are ready for installation. Depending on whether +the current user has permissions to write to the destination directory or not, +you would either run +```shell +make install +``` +_OR_ +```shell +sudo make install +``` + **Important** -idevicerestore requires a properly installed [usbmuxd](https://github.com/libimobiledevice/usbmuxd.git) +On Linux, idevicerestore requires a properly installed [usbmuxd](https://github.com/libimobiledevice/usbmuxd.git) for the restore procedure. Please make sure that it is either running or configured to be started automatically as soon as a device is detected in normal and/or restore mode. If properly installed this will be handled @@ -311,4 +331,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-10-22 +README Updated on: 2025-09-11 |