From e8157cf2956faf08798e497a552ac6fb82a87950 Mon Sep 17 00:00:00 2001 From: "E.V.Acacia" <624758472@qq.com> Date: Thu, 30 Sep 2021 01:54:33 +0000 Subject: [PATCH] Update README.md Solve the problem of cmake error Because of the lack of a library, on the debain system --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c59d56..f823be6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A terminal emulator for Cutefish. ## Dependencies ```sh -sudo apt install extra-cmake-modules qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev +sudo apt install extra-cmake-modules qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev ``` ## Build and install @@ -23,4 +23,4 @@ make install ## License -This project has been licensed by GPLv3. \ No newline at end of file +This project has been licensed by GPLv3.