From f3d943939c9741594e0f553a34ab2f7d061b67c4 Mon Sep 17 00:00:00 2001 From: Stefan Date: Sat, 1 Dec 2018 14:02:56 +0300 Subject: [PATCH] fix: precision wine package list for ubuntu Removed wine64-* and add wine libwine-dev libwine-dev:i386 for i386 builds. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3360e84..1be9cfe 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Packages: * **Ubuntu 18.04 (x86_64)** example: ``` - sudo apt-get install git cmake build-essential qt5-qmake qtbase5-dev libmagic-dev wine64-* + sudo apt-get install git cmake build-essential qt5-qmake qtbase5-dev libmagic-dev wine libwine-dev libwine-dev:i386 ``` ## Building