我正在做一些Web开发,翻译引擎需要gettext。我应该强制链接吗?
$ django-admin.py makemessages -l es
CommandError: Can't find xgettext. Make sure you have GNU gettext tools 0.15 or newer installed.
$ brew install gettext
Warning: gettext-0.18.3.2 already installed
$ brew link gettext
Warning: gettext is keg-only and must be linked with --force
Note that doing so can interfere with building software.
brew link <formula>
中将导致其他公式在该./configure
步骤中检测到它们。编译其他公式时,这可能会引起问题。仅桶式公式提供的二进制文件可能会用其他奇怪的结果覆盖系统二进制文件。您可能希望brew unlink
这些