Skip to content

Commit 6818626

Browse files
authored
Merge pull request #143 from expressvpn/expand-readme-1
Documenting build dependencies in the readme.
2 parents cf5e1c5 + bb5385f commit 6818626

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ After cloning this repo, you'll also need to clone the submodules for the WolfSS
2525
git submodule update --init
2626
```
2727

28+
The project requires `cmake`, `automake` and `autoconf` to build. Use the following command to install the dependencies on macOS:
29+
```
30+
brew install cmake autoconf automake
31+
```
32+
2833
Currently, the usual commands from `cargo` works perfectly fine. Common commands
2934
include the following:
3035

0 commit comments

Comments
 (0)