Skip to content

Commit

Permalink
[FIX] add build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrey authored and 128keaton committed Sep 21, 2023
1 parent bc03c24 commit b719ad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## Mac OS/X

```console
brew install mosquitto tinycdb
(
cd devices
/usr/bin/python3 -mvenv venv
Expand All @@ -15,7 +16,7 @@ make

## Debian

apt-get install libcdb-dev tinycdb
apt-get install mosquitto libmosquitto-dev libcdb-dev tinycdb

## OpenBSD

Expand Down

0 comments on commit b719ad2

Please sign in to comment.