Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,23 @@ To output a list of available configure options use:
./autogen.sh --help
```

### OS X

There are two ways:

#### Using Macports

```
sudo port install libimobiledevice
```

#### Using Home Brew

```
brew install libimobiledevice
```


## Usage

The daemon is automatically started by udev or systemd depending on what you
Expand Down