Skip to content

Commit

Permalink
Merge pull request #555 from kbrock/ip_for_mac
Browse files Browse the repository at this point in the history
Document ip util for mac appliance_console
  • Loading branch information
Fryguy authored Dec 3, 2024
2 parents 88f6105 + 7da69bb commit 9631294
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion developer_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9631294

Please sign in to comment.