docs: improve windows build notes
This commit is contained in:
14
README.md
14
README.md
@@ -60,8 +60,18 @@ $ npm run package -- [platform]
|
|||||||
|
|
||||||
Where `[platform]` is `--darwin`, `--linux`, or `--win32`.
|
Where `[platform]` is `--darwin`, `--linux`, or `--win32`.
|
||||||
|
|
||||||
To package a Windows app from non-Windows platforms, [Wine](https://www.winehq.org/) needs
|
#### Windows build notes
|
||||||
to be installed. On OS X, it is installable via [Homebrew](http://brew.sh/).
|
|
||||||
|
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
|
### Code Style
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user