# usbmuxd
XXXXXXXXXXXXXXXX$ brew install --HEAD usbmuxd
Updating Homebrew...
==> Installing dependencies for usbmuxd: autoconf, automake, libtool, libplist and libusb // 安装usbmuxd 所有的依赖
autoconf----usbmuxd所依赖的
==> Installing usbmuxd dependency: autoconf // 安装autoconf
==> Downloading https://homebrew.bintray.com/bottles/autoconf-2.69.high_sierra.b -------------------100.0%
==> Pouring autoconf-2.69.high_sierra.bottle.4.tar.gz
==> Caveats
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/autoconf
==> Summary
🍺 /usr/local/Cellar/autoconf/2.69: 71 files, 3.0MB
automake----usbmuxd所依赖的
==> Installing usbmuxd dependency: automake // 安装automake
==> Downloading https://homebrew.bintray.com/bottles/automake-1.16.1_1.high_sier
######################################################################## 100.0%
==> Pouring automake-1.16.1_1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/automake/1.16.1_1: 131 files, 3.4MB
libtool----usbmuxd所依赖的
==> Installing usbmuxd dependency: libtool
==> Downloading https://homebrew.bintray.com/bottles/libtool-2.4.6_1.high_sierra
######################################################################## 100.0%
==> Pouring libtool-2.4.6_1.high_sierra.bottle.tar.gz
==> Caveats
In order to prevent conflicts with Apple's own libtool we have prepended a "g"
so, you have instead: glibtool and glibtoolize.
==> Summary
🍺 /usr/local/Cellar/libtool/2.4.6_1: 71 files, 3.7MB
----usbmuxd所依赖的
==> Installing usbmuxd dependency: libplist
==> Downloading https://homebrew.bintray.com/bottles/libplist-2.0.0_1.high_sierr
######################################################################## 100.0%
==> Pouring libplist-2.0.0_1.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/libplist/2.0.0_1: 29 files, 345.6KB
libusb----usbmuxd所依赖的
==> Installing usbmuxd dependency: libusb
==> Downloading https://homebrew.bintray.com/bottles/libusb-1.0.22.high_sierra.b
######################################################################## 100.0%
==> Pouring libusb-1.0.22.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/libusb/1.0.22: 29 files, 514.9KB
安装usbmuxd
==> Installing usbmuxd --HEAD
==> Cloning https://git.sukimashita.com/libusbmuxd.git
Cloning into '/Users/lilei/Library/Caches/Homebrew/usbmuxd--git'...
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
==> ./autogen.sh
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/usbmuxd/HEAD-9
==> make install
🍺 /usr/local/Cellar/usbmuxd/HEAD-9db5747_1: 13 files, 133.9KB, built in 1 minute 10 seconds
==> Caveats
==> autoconf
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/autoconf
==> libtool
In order to prevent conflicts with Apple's own libtool we have prepended a "g"
so, you have instead: glibtool and glibtoolize.� // 为了解决和苹果的库冲突,用glibtool 和glibtoolize 代替
XXXXXXXXXXXXXXXXXXXXXXXXX$ brew link usbmuxd
Warning: Already linked: /usr/local/Cellar/usbmuxd/HEAD-9db5747_1
To relink: brew unlink usbmuxd && brew link usbmuxd
网友评论