Commit 462ecf99d74af355e56473beb952b48ef1043d19
Include MacOS packages that are be needed to build
Angelo DiNardi authored on 4/26/2017, 5:21:40 PMGitHub committed on 4/26/2017, 5:21:40 PM
Parent: 038e248915e3e8c69af62015ec1eb52f957d79f3
Files changed
README.md | changed |
README.md | |||
---|---|---|---|
@@ -16,8 +16,13 @@ | |||
16 | 16 … | ```sh | |
17 | 17 … | sudo apt-get install m4 libtool eclipse-cdt-autotools | |
18 | 18 … | ``` | |
19 | 19 … | ||
20 … | +On MacOS you may need the following packages installed (in this example, via [Homebrew](https://brew.sh/)): | ||
21 … | +```sh | ||
22 … | +brew install libtool automake autoconf | ||
23 … | +``` | ||
24 … | + | ||
20 | 25 … | Install Scuttlebot (your gossip server) | |
21 | 26 … | ||
22 | 27 … | ```sh | |
23 | 28 … | npm install scuttlebot@latest -g |
Built with git-ssb-web