File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,19 @@ scoop install ios-webkit-debug-proxy
20
20
21
21
On Linux:
22
22
23
+ Install dependencies available in apt repository:
23
24
``` console
24
- sudo apt-get install autoconf automake libusb-dev libusb-1.0-0-dev libplist-dev libplist++-dev usbmuxd libtool libimobiledevice-dev libssl-dev
25
+ sudo apt-get install autoconf automake libusb-dev libusb-1.0-0-dev libplist-dev libtool libssl-dev
26
+ ```
27
+
28
+ Build and install dependencies that require more recent versions:
29
+ - [ libmobiledevice] ( https://github.com/libimobiledevice/libimobiledevice )
30
+ - [ libusbmuxd] ( https://github.com/libimobiledevice/libusbmuxd )
31
+ - [ usbmuxd] ( https://github.com/libimobiledevice/usbmuxd )
32
+ - [ libplist] ( https://github.com/libimobiledevice/libplist )
25
33
34
+ Build and install ` ios-webkit-debug-proxy ` :
35
+ ``` console
26
36
git clone https://github.com/google/ios-webkit-debug-proxy.git
27
37
cd ios-webkit-debug-proxy
28
38
@@ -35,13 +45,7 @@ sudo make install
35
45
36
46
On Linux, you must run the ` usbmuxd ` daemon. The above install adds a /lib/udev rule to start the daemon whenever a device is attached.
37
47
38
- To verify that usbmuxd can list your attached device(s), ensure that ` libimobiledevice-utils ` is installed, or install it with:
39
-
40
- ``` console
41
- sudo apt-get install libimobiledevice-utils
42
- ```
43
-
44
- and then run ` idevice_id -l `
48
+ To verify that usbmuxd can list your attached device(s), ensure that ` libimobiledevice-utils ` is installed and then run ` idevice_id -l ` .
45
49
46
50
### Start the simulator or device
47
51
You can’t perform that action at this time.
0 commit comments