From 06a1f28151a5795237a17981939c3581e103eb1b Mon Sep 17 00:00:00 2001 From: iotang <3057244225@qq.com> Date: Thu, 2 Jan 2020 11:33:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=88=E6=94=B9=E4=BA=86=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c51ec836..ee32575a 100755 --- a/README.md +++ b/README.md @@ -90,6 +90,16 @@ 然后 `sudo ./qt-opensource-linux-x64-5.14.0.run`。 +#### Ubuntu 的另外一种简便的方法 + +```bash +sudo apt install qt5-default build-essential +``` + +然后把所有文件的 `swapItemsAt` 换成 `swap`。 + +这是因为 apt 安装的 Qt 5 版本太低。 + #### Arch