Skip to content

Commit

Permalink
mono is needed to create setup.exe (#1715)
Browse files Browse the repository at this point in the history
mono is needed to create setup.exe
  • Loading branch information
feross committed Oct 1, 2019
2 parents b9bcf74 + cb699b5 commit e990bc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,12 @@ The Windows app can be packaged from **any** platform.
Note: Windows code signing only works from **Windows**, for now.

Note: To package the Windows app from non-Windows platforms,
[Wine](https://www.winehq.org/) needs to be installed. For example on Mac, first
install [XQuartz](http://www.xquartz.org/), then run:
[Wine](https://www.winehq.org/) and [Mono](https://www.mono-project.com/) need
to be installed. For example on Mac, first install
[XQuartz](http://www.xquartz.org/), then run:

```
brew install wine
brew install wine mono
```

(Requires the [Homebrew](http://brew.sh/) package manager.)
Expand All @@ -164,7 +165,6 @@ If packaging from Mac, install system dependencies with Homebrew by running:
```
npm run install-system-deps
```

#### Recommended readings to start working in the app

Electron (Framework to make native apps for Windows, OSX and Linux in Javascript):
Expand Down

0 comments on commit e990bc8

Please sign in to comment.