From 1c7514005b34b56f56c2cc7a319fdc53ac47e1d8 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 24 Mar 2016 02:12:00 -0700 Subject: [PATCH] docs: improve windows build notes --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48ffa293..8b1fc99d 100644 --- a/README.md +++ b/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