學(xué)習(xí)筆記--------libimobiledevice

libimobiledevice

XXXXXXXXXXXXXX$ brew install --HEAD libimobiledevice

Updating Homebrew...

==>Installing dependencies for libimobiledevice: readline, sqlite, xz, python, libxml2 and libtasn1


readline

==>Installing libimobiledevice dependency: readline

==>Downloading https://homebrew.bintray.com/bottles/readline-8.0.0.high_sierra.

######################################################################## 100.0%

==>Pouring readline-8.0.0.high_sierra.bottle.tar.gz

==>Caveats

readline is keg-only, which means it was not symlinked into /usr/local,

because macOS provides the BSD libedit library, which shadows libreadline.

In order to prevent conflicts when programs look for libreadline we are

defaulting this GNU Readline installation to keg-only.

For compilers to find readline you may need to set:

? export LDFLAGS="-L/usr/local/opt/readline/lib"

? export CPPFLAGS="-I/usr/local/opt/readline/include"

For pkg-config to find readline you may need to set:

? export PKG_CONFIG_PATH="/usr/local/opt/readline/lib/pkgconfig"

==>Summary

??? /usr/local/Cellar/readline/8.0.0: 48 files, 1.5MB


sqlite

==>Installing libimobiledevice dependency: sqlite

==>Downloading https://homebrew.bintray.com/bottles/sqlite-3.26.0_1.high_sierra

######################################################################## 100.0%

==>Pouring sqlite-3.26.0_1.high_sierra.bottle.tar.gz

==>Caveats

sqlite is keg-only, which means it was not symlinked into /usr/local,

because macOS provides an older sqlite3.

If you need to have sqlite first in your PATH run:

? echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.bash_profile

For compilers to find sqlite you may need to set:

? export LDFLAGS="-L/usr/local/opt/sqlite/lib"

? export CPPFLAGS="-I/usr/local/opt/sqlite/include"

For pkg-config to find sqlite you may need to set:

? export PKG_CONFIG_PATH="/usr/local/opt/sqlite/lib/pkgconfig"

==>Summary

??? /usr/local/Cellar/sqlite/3.26.0_1: 11 files, 3.7MB



xz

==>Installing libimobiledevice dependency: xz

==>Downloading https://homebrew.bintray.com/bottles/xz-5.2.4.high_sierra.bottle

######################################################################## 100.0%

==>Pouring xz-5.2.4.high_sierra.bottle.tar.gz

??? /usr/local/Cellar/xz/5.2.4: 92 files, 1MB



python

==>Installing libimobiledevice dependency: python

==>Downloading https://homebrew.bintray.com/bottles/python-3.7.2_1.high_sierra.

######################################################################## 100.0%

==>Pouring python-3.7.2_1.high_sierra.bottle.1.tar.gz

Error: The `brew link` step did not complete successfully

The formula built, but is not symlinked into /usr/local

Could not symlink bin/2to3

Target /usr/local/bin/2to3

already exists. You may want to remove it:

? rm '/usr/local/bin/2to3'

To force the link and overwrite all conflicting files:

? brew link --overwrite python

To list all files that would be deleted:

? brew link --overwrite --dry-run python

Possible conflicting files are:

/usr/local/bin/2to3 -> /Library/Frameworks/Python.framework/Versions/2.7/bin/2to3

==>/usr/local/Cellar/python/3.7.2_1/bin/python3 -s setup.py --no-user-cfg insta

==>/usr/local/Cellar/python/3.7.2_1/bin/python3 -s setup.py --no-user-cfg insta

==>/usr/local/Cellar/python/3.7.2_1/bin/python3 -s setup.py --no-user-cfg insta

==>Caveats

Python has been installed as

? /usr/local/bin/python3

Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to

`python3`, `python3-config`, `pip3` etc., respectively, have been installed into

? /usr/local/opt/python/libexec/bin

If you need Homebrew's Python 2.7 run

? brew install python@2

You can install Python packages with

? pip3 install

They will install into the site-package directory

? /usr/local/lib/python3.7/site-packages

See: https://docs.brew.sh/Homebrew-and-Python

==>Summary

??? /usr/local/Cellar/python/3.7.2_1: 3,833 files, 59.4MB



libxml2

==>Installing libimobiledevice dependency: libxml2

==>Downloading https://homebrew.bintray.com/bottles/libxml2-2.9.8_1.high_sierra

######################################################################## 100.0%

==>Pouring libxml2-2.9.8_1.high_sierra.bottle.tar.gz

==>Caveats

libxml2 is keg-only, which means it was not symlinked into /usr/local,

because macOS already provides this software and installing another version in

parallel can cause all kinds of trouble.

If you need to have libxml2 first in your PATH run:

? echo 'export PATH="/usr/local/opt/libxml2/bin:$PATH"' >> ~/.bash_profile

For compilers to find libxml2 you may need to set:

? export LDFLAGS="-L/usr/local/opt/libxml2/lib"

? export CPPFLAGS="-I/usr/local/opt/libxml2/include"

For pkg-config to find libxml2 you may need to set:

? export PKG_CONFIG_PATH="/usr/local/opt/libxml2/lib/pkgconfig"

==>Summary

??? /usr/local/Cellar/libxml2/2.9.8_1: 281 files, 10.5MB



libtasn1

==>Installing libimobiledevice dependency: libtasn1

==>Downloading https://homebrew.bintray.com/bottles/libtasn1-4.13.high_sierra.b

######################################################################## 100.0%

==>Pouring libtasn1-4.13.high_sierra.bottle.tar.gz

??? /usr/local/Cellar/libtasn1/4.13: 59 files, 435.2KB



libimobiledevice?

==>Installing libimobiledevice --HEAD

==>Cloning https://git.libimobiledevice.org/libimobiledevice.git

Cloning into '/Users/lilei/Library/Caches/Homebrew/libimobiledevice--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/libimobiledevi

==>make install

??? /usr/local/Cellar/libimobiledevice/HEAD-92c5462_3: 67 files, 1MB, built in 6 minutes 39 seconds

==>Caveats

==>readline

readline is keg-only, which means it was not symlinked into /usr/local,

because macOS provides the BSD libedit library, which shadows libreadline.

In order to prevent conflicts when programs look for libreadline we are

defaulting this GNU Readline installation to keg-only.

For compilers to find readline you may need to set:

? export LDFLAGS="-L/usr/local/opt/readline/lib"

? export CPPFLAGS="-I/usr/local/opt/readline/include"

For pkg-config to find readline you may need to set:

? export PKG_CONFIG_PATH="/usr/local/opt/readline/lib/pkgconfig"

==>sqlite

sqlite is keg-only, which means it was not symlinked into /usr/local,

because macOS provides an older sqlite3.

If you need to have sqlite first in your PATH run:

? echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.bash_profile

For compilers to find sqlite you may need to set:

? export LDFLAGS="-L/usr/local/opt/sqlite/lib"

? export CPPFLAGS="-I/usr/local/opt/sqlite/include"

For pkg-config to find sqlite you may need to set:

? export PKG_CONFIG_PATH="/usr/local/opt/sqlite/lib/pkgconfig"

==>python

Python has been installed as

? /usr/local/bin/python3

Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to

`python3`, `python3-config`, `pip3` etc., respectively, have been installed into

? /usr/local/opt/python/libexec/bin

If you need Homebrew's Python 2.7 run

? brew install python@2

You can install Python packages with

? pip3 install

They will install into the site-package directory

? /usr/local/lib/python3.7/site-packages

See: https://docs.brew.sh/Homebrew-and-Python

==>libxml2

libxml2 is keg-only, which means it was not symlinked into /usr/local,

because macOS already provides this software and installing another version in

parallel can cause all kinds of trouble.

If you need to have libxml2 first in your PATH run:

? echo 'export PATH="/usr/local/opt/libxml2/bin:$PATH"' >> ~/.bash_profile

For compilers to find libxml2 you may need to set:

? export LDFLAGS="-L/usr/local/opt/libxml2/lib"

? export CPPFLAGS="-I/usr/local/opt/libxml2/include"

For pkg-config to find libxml2 you may need to set:

? export PKG_CONFIG_PATH="/usr/local/opt/libxml2/lib/pkgconfig"

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末遣臼,一起剝皮案震驚了整個(gè)濱河市,隨后出現(xiàn)的幾起案子揍堰,更是在濱河造成了極大的恐慌蚌讼,老刑警劉巖,帶你破解...
    沈念sama閱讀 216,591評(píng)論 6 501
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件个榕,死亡現(xiàn)場(chǎng)離奇詭異,居然都是意外死亡芥喇,警方通過查閱死者的電腦和手機(jī)西采,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 92,448評(píng)論 3 392
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來继控,“玉大人械馆,你說我怎么就攤上這事∥渫ǎ” “怎么了?”我有些...
    開封第一講書人閱讀 162,823評(píng)論 0 353
  • 文/不壞的土叔 我叫張陵冶忱,是天一觀的道長(zhǎng)尾菇。 經(jīng)常有香客問我,道長(zhǎng)囚枪,這世上最難降的妖魔是什么派诬? 我笑而不...
    開封第一講書人閱讀 58,204評(píng)論 1 292
  • 正文 為了忘掉前任,我火速辦了婚禮链沼,結(jié)果婚禮上默赂,老公的妹妹穿的比我還像新娘。我一直安慰自己括勺,他們只是感情好缆八,可當(dāng)我...
    茶點(diǎn)故事閱讀 67,228評(píng)論 6 388
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著疾捍,像睡著了一般奈辰。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上拾氓,一...
    開封第一講書人閱讀 51,190評(píng)論 1 299
  • 那天冯挎,我揣著相機(jī)與錄音,去河邊找鬼。 笑死房官,一個(gè)胖子當(dāng)著我的面吹牛趾徽,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播翰守,決...
    沈念sama閱讀 40,078評(píng)論 3 418
  • 文/蒼蘭香墨 我猛地睜開眼孵奶,長(zhǎng)吁一口氣:“原來是場(chǎng)噩夢(mèng)啊……” “哼!你這毒婦竟也來了蜡峰?” 一聲冷哼從身側(cè)響起了袁,我...
    開封第一講書人閱讀 38,923評(píng)論 0 274
  • 序言:老撾萬榮一對(duì)情侶失蹤,失蹤者是張志新(化名)和其女友劉穎湿颅,沒想到半個(gè)月后载绿,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 45,334評(píng)論 1 310
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡油航,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 37,550評(píng)論 2 333
  • 正文 我和宋清朗相戀三年崭庸,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片谊囚。...
    茶點(diǎn)故事閱讀 39,727評(píng)論 1 348
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡怕享,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出镰踏,到底是詐尸還是另有隱情函筋,我是刑警寧澤,帶...
    沈念sama閱讀 35,428評(píng)論 5 343
  • 正文 年R本政府宣布奠伪,位于F島的核電站跌帐,受9級(jí)特大地震影響,放射性物質(zhì)發(fā)生泄漏绊率。R本人自食惡果不足惜含末,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 41,022評(píng)論 3 326
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望即舌。 院中可真熱鬧佣盒,春花似錦、人聲如沸顽聂。這莊子的主人今日做“春日...
    開封第一講書人閱讀 31,672評(píng)論 0 22
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽紊搪。三九已至蜜葱,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間耀石,已是汗流浹背牵囤。 一陣腳步聲響...
    開封第一講書人閱讀 32,826評(píng)論 1 269
  • 我被黑心中介騙來泰國(guó)打工, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人揭鳞。 一個(gè)月前我還...
    沈念sama閱讀 47,734評(píng)論 2 368
  • 正文 我出身青樓炕贵,卻偏偏與公主長(zhǎng)得像,于是被迫代替她去往敵國(guó)和親野崇。 傳聞我的和親對(duì)象是個(gè)殘疾皇子称开,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 44,619評(píng)論 2 354

推薦閱讀更多精彩內(nèi)容