From f03629d6d97525c5e3319cac1e2aeda3b77f5f56 Mon Sep 17 00:00:00 2001 From: strophy <32928115+strophy@users.noreply.github.com> Date: Sun, 4 Nov 2018 19:55:32 +0800 Subject: [PATCH] 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 --- doc/build-cross.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-cross.md b/doc/build-cross.md index 283648577..ce6a05f24 100644 --- a/doc/build-cross.md +++ b/doc/build-cross.md @@ -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 :