Skip to content

Commit e41ff99

Browse files
committed
Updated README
1 parent 34d07e0 commit e41ff99

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,29 @@ Configuration for idevicerestore 1.1.0:
223223
and then 'make install' for installation.
224224
```
225225

226+
### Building and installation
227+
228+
If you followed all the steps successfully, and `autogen.sh` or `configure` did not print any errors,
229+
you are ready to build the project. This is simply done with
230+
231+
```shell
232+
make
233+
```
234+
235+
If no errors are emitted you are ready for installation. Depending on whether
236+
the current user has permissions to write to the destination directory or not,
237+
you would either run
238+
```shell
239+
make install
240+
```
241+
_OR_
242+
```shell
243+
sudo make install
244+
```
245+
226246
**Important**
227247

228-
idevicerestore requires a properly installed [usbmuxd](https://github.com/libimobiledevice/usbmuxd.git)
248+
On Linux, idevicerestore requires a properly installed [usbmuxd](https://github.com/libimobiledevice/usbmuxd.git)
229249
for the restore procedure. Please make sure that it is either running or
230250
configured to be started automatically as soon as a device is detected
231251
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.
311331
This project is an independent software application and has not been
312332
authorized, sponsored, or otherwise approved by Apple Inc.
313333

314-
README Updated on: 2024-10-22
334+
README Updated on: 2025-09-11

0 commit comments

Comments
 (0)