git ssb

16+

Dominic / patchbay



Commit 462ecf99d74af355e56473beb952b48ef1043d19

Include MacOS packages that are be needed to build

Angelo DiNardi authored on 4/26/2017, 5:21:40 PM
GitHub committed on 4/26/2017, 5:21:40 PM
Parent: 038e248915e3e8c69af62015ec1eb52f957d79f3

Files changed

README.mdchanged
README.mdView
@@ -16,8 +16,13 @@
1616 ```sh
1717 sudo apt-get install m4 libtool eclipse-cdt-autotools
1818 ```
1919
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 +
2025 Install Scuttlebot (your gossip server)
2126
2227 ```sh
2328 npm install scuttlebot@latest -g

Built with git-ssb-web