2013-08-20 38 views
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會議期間適當跟蹤下來。

有沒有辦法讓自制軟件在所有這些標誌(可能是易於設置的環境變量格式)中咳出一個列表,讓我想起我所有的小桶庫?

回答

0

不是真的。

如果這涉及您,最好的解決將是建立自己的軟件作爲自制配方,因爲構建過程中會自動包含所有小桶只包包括和鏈接路徑。 (查找 「superenv」 的說明。)