readme: clarify windows homebrew instructions
This commit is contained in:
committed by
GitHub
parent
8a235c31e0
commit
cb699b5fec
13
README.md
13
README.md
@@ -142,17 +142,12 @@ The Windows app can be packaged from **any** platform.
|
|||||||
Note: Windows code signing only works from **Windows**, for now.
|
Note: Windows code signing only works from **Windows**, for now.
|
||||||
|
|
||||||
Note: To package the Windows app from non-Windows platforms,
|
Note: To package the Windows app from non-Windows platforms,
|
||||||
[Wine](https://www.winehq.org/) needs to be installed. For example on Mac, first
|
[Wine](https://www.winehq.org/) and [Mono](https://www.mono-project.com/) need
|
||||||
install [XQuartz](http://www.xquartz.org/), then run:
|
to be installed. For example on Mac, first install
|
||||||
|
[XQuartz](http://www.xquartz.org/), then run:
|
||||||
|
|
||||||
```
|
```
|
||||||
brew install wine
|
brew install wine mono
|
||||||
```
|
|
||||||
|
|
||||||
Also to generate the .exe setup we need to install [Mono](https://www.mono-project.com/)
|
|
||||||
|
|
||||||
```
|
|
||||||
brew install mono
|
|
||||||
```
|
```
|
||||||
|
|
||||||
(Requires the [Homebrew](http://brew.sh/) package manager.)
|
(Requires the [Homebrew](http://brew.sh/) package manager.)
|
||||||
|
|||||||
Reference in New Issue
Block a user