Skip to content

Commit

Permalink
Indicate that usbmuxd is a runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyNotHugo committed Aug 13, 2023
1 parent 814a0e3 commit a16d2a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Some key features are:

## Installation / Getting started

Please note that `usbmuxd` must also be installed. `ifuse` will not be able to
communicate with devices without it.

### Debian / Ubuntu Linux

First install all required dependencies and build tools:
Expand Down
2 changes: 1 addition & 1 deletion src/ifuse.c
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ int main(int argc, char *argv[])
} else {
printf("ERROR: No device found!\n");
}
fprintf(stderr, "Is the device properly connected?\n");
fprintf(stderr, "Ensure that the device properly connected and usbmuxd is installed.\n");
fprintf(stderr, "If it is make sure that your user has permissions to access the raw USB device.\n");
fprintf(stderr, "If you're still having issues try unplugging the device and reconnecting it.\n");
return EXIT_FAILURE;
Expand Down

0 comments on commit a16d2a1

Please sign in to comment.