Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,19 @@ sudo apt-get install build-essential libevent-dev
sudo pkg_add autoconf automake libtool libevent
```

##### macOS
```
brew install autoconf automake libtool
```

##### Apple M1

Add environment variables as follows before running configure.
```
export CPATH=/opt/homebrew/include
export LIBRARY_PATH=/opt/homebrew/lib
```

##### Other
Please submit a pull request to add dependencies for your system, or update these.

Expand Down