更改brew中软件包安装的编译配置
使用brew install时如何更改编译器配置?我想用brew用+ farsi编译vim。但是似乎+ farsi在brew中不可用: $ brew install +farsi vim Error: No available formula for +farsi 我也尝试了以下命令: $ brew install vim --+farsi ==> Downloading http://ftp.debian.org/debian/pool/main/v/vim/vim_7.4.052.orig.tar.gz Already downloaded: /Library/Caches/Homebrew/vim-7.4.052.tar.gz ==> Patching patching file src/auto/configure patching file src/osdef.sh patching file src/os_mac.h ==> ./configure --prefix=/usr/local --mandir=/usr/local/Cellar/vim/7.4.052/share/man --enable-multibyte --with-tlib=ncur ==> make ==> make install prefix=/usr/local/Cellar/vim/7.4.052 …