From 7da69bbfb7d510675d555e0b2925e0e15c465ed4 Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Tue, 26 Nov 2024 14:24:32 -0500 Subject: [PATCH] Document ip util for mac appliance_console --- developer_setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/developer_setup.md b/developer_setup.md index 0659eb1..1c9c5de 100644 --- a/developer_setup.md +++ b/developer_setup.md @@ -32,7 +32,9 @@ | dnf | `sudo dnf -y install @c-development libffi-devel postgresql-devel libxml2-devel libcurl-devel cmake python libssh2-devel` | | yum | `sudo yum -y install @development libffi-devel postgresql-devel libxml2-devel libcurl-devel cmake python libssh2-devel` | | apt | `sudo apt -y install build-essential libffi-dev libpq-dev libxml2-dev libcurl4-openssl-dev cmake python libssh2-1-dev` | - | brew | `brew install cmake libssh2` | + | brew | `brew install cmake libssh2 iproute2mac` | + + On the mac, `iproute2mac` provides the `ip` command for `appliance_console`. **Note**: Users with MacOS running on Apple M1 CPU might need to specify location of the `Homebrew` libraries explicitly. If build steps below fail for you then run `export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"`and retry the failing build step.