1
正如我經歷有點清理/重建,我看這樣一堆的消息去了:讓我的所有的自制軟件建議只桶的環境變量
This formula is keg-only: so it was not symlinked into /usr/local.
Mac OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/libxml2/lib
CPPFLAGS: -I/usr/local/opt/libxml2/include
我很可能建立的軟件,我想對自制軟件版本的鏈接,而不是OS X的版本。我也很不可能記住哪個庫只小桶,或者某些深夜./configure; make; make install
會議期間適當跟蹤下來。
有沒有辦法讓自制軟件在所有這些標誌(可能是易於設置的環境變量格式)中咳出一個列表,讓我想起我所有的小桶庫?