Commit 854bd3412188e6c2429dbd9d26473cf0e8ba89c3
add build dependencies for macOS
Michael Williams committed on 4/20/2017, 8:26:20 AMParent: e0a3d8fc98c17511ce174fb697bb8c117b8de5e1
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