git ssb

10+

Matt McKegg / patchwork



Commit ddbfc3b85f8f01ec6286faa76da2ab24762b3b5e

Merge pull request #514 from ssbc/mac-build-deps

add build dependencies for macOS
Matt McKegg authored on 4/23/2017, 12:32:11 AM
GitHub committed on 4/23/2017, 12:32:11 AM
Parent: 20530ca404edd1652ea0667bee2f5ae192c6ef4c
Parent: 854bd3412188e6c2429dbd9d26473cf0e8ba89c3

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