From 1da8e8277f8cf1d33f6954e3c23b52bdd04d6350 Mon Sep 17 00:00:00 2001 From: Boyuan Yang Date: Sun, 6 Sep 2020 23:51:16 -0400 Subject: [PATCH] README.md: Really fix Debian compile instruction This commit really closes: #791 and fix the build and runtime dependency for flameshot. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3774b89..f83f1f84 100644 --- a/README.md +++ b/README.md @@ -272,10 +272,10 @@ Also you can open and build/debug the project in a C++ IDE. For example, in Qt C ```shell # Compile-time -apt install g++ cmake build-essential qt5-default qttools5-dev-tools +apt install g++ cmake build-essential qt5-default qttools5-dev-tools libqt5svg5-dev # Run-time -apt install libqt5dbus5 libqt5network5 libqt5core5a libqt5widgets5 libqt5gui5 libqt5svg5-dev +apt install libqt5dbus5 libqt5network5 libqt5core5a libqt5widgets5 libqt5gui5 libqt5svg5 # Optional apt install git openssl ca-certificates