We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee7846 commit f35a2efCopy full SHA for f35a2ef
Makefile
@@ -397,11 +397,11 @@ install-dependencies: ## Install development dependencies based on OS/ARCH
397
fi; \
398
elif [ "$(TARGETOS)" = "darwin" ]; then \
399
if [ -x "$$(command -v brew)" ]; then \
400
- if ! brew list zeromq >/dev/null 2>&1; then \
+ if ! brew list zeromq pkg-config >/dev/null 2>&1; then \
401
echo "Installing dependencies with brew..."; \
402
- brew install zeromq; \
+ brew install zeromq pkg-config; \
403
else \
404
- echo "✅ ZeroMQ is already installed."; \
+ echo "✅ ZeroMQ and pkgconf are already installed."; \
405
406
407
echo "Homebrew is not installed and is required to install zeromq. Install it from https://brew.sh/"; \
0 commit comments