git ssb

10+

Matt McKegg / patchwork



Commit 854bd3412188e6c2429dbd9d26473cf0e8ba89c3

add build dependencies for macOS

Michael Williams committed on 4/20/2017, 8:26:20 AM
Parent: e0a3d8fc98c17511ce174fb697bb8c117b8de5e1

Files changed

README.mdchanged
README.mdView
@@ -68,14 +68,23 @@
6868 $ npm install
6969 $ npm start
7070 ```
7171
72-On Linux you'll need some more dependencies. On Debian:
72 +You'll need some more dependencies to build.
7373
74 +On Debian Linux:
75 +
7476 ```shell
75-sudo apt-get install libxext-dev libxtst-dev libxkbfile-dev g++ m4 automake libtool
77 +sudo apt-get install g++ m4 libtool automake # build tools
78 +sudo apt-get libxext-dev libxtst-dev libxkbfile-dev # spellchecker headers
7679 ```
7780
81 +On macOS:
82 +
83 +```shell
84 +brew install libtool automake # build tools
85 +```
86 +
7887 ## Code of conduct
7988
8089 Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.
8190

Built with git-ssb-web