Explicitly specify which branch of Wine to install (#2411)

Specifying only `wine` results in this message under Ubuntu Bionic:

Package wine is a virtual package provided by:
  wine-stable 3.0-1ubuntu1
  wine-development 3.6-1
You should explicitly select one to install.

Compilation
This commit is contained in:
strophy 2018-11-04 19:55:32 +08:00 committed by UdjinM6
parent 23f169c44a
commit f03629d6d9

View File

@ -40,7 +40,7 @@ Windows 64bit/32bit Cross-compilation
Cross-compiling to Windows requires a few additional packages to be installed:
```bash
$ sudo apt-get install nsis wine wine64 bc
$ sudo apt-get install nsis wine-stable wine64 bc
```
For Windows 64bit, install :