mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 21:24:58 +08:00
21 lines
602 B
Markdown
21 lines
602 B
Markdown
|
# OS X
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
* OS X 10.8 or later
|
||
|
* [node.js](http://nodejs.org/download/) v0.10.x
|
||
|
* Command Line Tools for [Xcode](https://developer.apple.com/xcode/downloads/) (run `xcode-select --install` to install)
|
||
|
|
||
|
## Instructions
|
||
|
|
||
|
```sh
|
||
|
git clone git@github.com:inboxapp/edgehill.git
|
||
|
cd edgehill
|
||
|
script/build # Creates application at /Applications/Edgehill.app
|
||
|
```
|
||
|
|
||
|
## Troubleshooting
|
||
|
|
||
|
### OSX build error reports in atom/atom
|
||
|
* Use [this search](https://github.com/atom/atom/search?q=label%3Abuild-error+label%3Aos-x&type=Issues) to get a list of reports about build errors on OSX.
|