Commit ddbfc3b85f8f01ec6286faa76da2ab24762b3b5e
Merge pull request #514 from ssbc/mac-build-deps
add build dependencies for macOSMatt 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.md | changed |
README.md | |||
---|---|---|---|
@@ -68,14 +68,23 @@ | |||
68 | 68 … | $ npm install | |
69 | 69 … | $ npm start | |
70 | 70 … | ``` | |
71 | 71 … | ||
72 | -On Linux you'll need some more dependencies. On Debian: | ||
72 … | +You'll need some more dependencies to build. | ||
73 | 73 … | ||
74 … | +On Debian Linux: | ||
75 … | + | ||
74 | 76 … | ```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 | ||
76 | 79 … | ``` | |
77 | 80 … | ||
81 … | +On macOS: | ||
82 … | + | ||
83 … | +```shell | ||
84 … | +brew install libtool automake # build tools | ||
85 … | +``` | ||
86 … | + | ||
78 | 87 … | ## Code of conduct | |
79 | 88 … | ||
80 | 89 … | 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. | |
81 | 90 … |
Built with git-ssb-web