Skip to content

Commit

Permalink
DBus macOS README
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Nov 13, 2024
1 parent b1d103a commit 19f4653
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,19 @@ $ brew update
$ brew install \
autoconf \
libffi \
pkg-config
$ sudo -H python2 -m pip install six
pkg-config \
[email protected] \
dbus
$ sudo -H python3 -m pip install git+https://github.com/WebThingsIO/gateway-addon-python#egg=gateway_addon
```

To get DBus to build properly, you currently need to symlink `python` to `python3` if a python binary is not already available. E.g.

```
$ echo 'export PATH=/opt/homebrew/opt/[email protected]/libexec/bin:$PATH' >> ~/.zprofile
$ source ~/.zprofile
```

### Install Node.js

#### nvm (Recommended)
Expand Down

0 comments on commit 19f4653

Please sign in to comment.