我正在尝试react-native在 osx 中安装。为此,我正在watchman我的机器上安装。但是我不使用portor brew。
这就是我所做的。
- 安装
libtool-2.4.6 - 安装
automake-1.9,autoconf-2.69 - 安装
glib-2.52.2
现在,当我./autogen.sh打开时,我正面临以下消息glib。
aclocal:configure.ac:72: warning: macro `AM_SILENT_RULES' not found in library
autoreconf: running: /usr/local/bin/autoconf --force
configure.ac:72: error: possibly undefined macro: AM_SILENT_RULES
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:88: error: possibly undefined macro: AC_DEFINE
autoreconf: /usr/local/bin/autoconf failed with exit status: 1
有没有其他方法可以在没有or的情况下在 OSX 上安装react-native(或) 。watchmanbrewport
仅供参考,我知道如何brew方便,但我只是不喜欢自动管理包。对我来说brew,port似乎是一种插件,而不是必需品 - 所以我不想使用这些。