скомпилировать php 7 исходный код для ма c Эль-Капитан - PullRequest
0 голосов
/ 02 мая 2020

Мне нужна помощь, чтобы понять, как создать или скомпилировать исходный код php 7 в ma c El-capitan. В конце он выдаст эту ошибку:

 configure: error: in `/Users/....':
 configure: error: The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the fulpath to pkg-config.


 Alternatively, you may set the environment variables LIBXML_CFLAGS
 and LIBXML_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.

To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See `config.log' for more details
logout
 Saving session...
 ...copying shared history...
 ...saving history...truncating history files...
 ...completed.

Я устанавливаю pkg-config:

     brew install pkg-config
...