docs: improve windows build notes
This commit is contained in:
parent
5540ed9ce1
commit
0a51da13a4
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
|
@ -60,8 +60,18 @@ $ npm run package -- [platform]
|
|||
|
||||
Where `[platform]` is `--darwin`, `--linux`, or `--win32`.
|
||||
|
||||
To package a Windows app from non-Windows platforms, [Wine](https://www.winehq.org/) needs
|
||||
to be installed. On OS X, it is installable via [Homebrew](http://brew.sh/).
|
||||
#### Windows build notes
|
||||
|
||||
To package the Windows app from non-Windows platforms, [Wine](https://www.winehq.org/) needs
|
||||
to be installed.
|
||||
|
||||
On OS X, first install [XQuartz](http://www.xquartz.org/), then run:
|
||||
|
||||
```
|
||||
brew install wine
|
||||
```
|
||||
|
||||
(Requires the [Homebrew](http://brew.sh/) package manager.)
|
||||
|
||||
### Code Style
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue