tuna/danmaQ

Update build dependency for Debian

hosiet opened this issue · 1 comments

To build this project properly, we need lrelease tool. A new build dependency is needed.

From a23f27a9d2ddb5a29a6cc5c6a54fab0215314b88 Mon Sep 17 00:00:00 2001
From: Boyuan Yang <073plan@gmail.com>
Date: Sat, 18 Nov 2017 21:45:03 +0800
Subject: [PATCH] README.md: add missing deb build-dep qttools5-dev-tools

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d2b880e..ca72dc7 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ On Linux X86-64, you can download the bundled AppImage.
 
 ### Source
 
-    apt-get install qt5-default libqt5x11extras5-dev cmake  # for ubuntu and debian
+    apt-get install qt5-default qttools5-dev-tools libqt5x11extras5-dev cmake  # for ubuntu and debian
     zypper install  libQt5X11Extras5 cmake          # for openSUSE
     dnf install  qt5-qtx11extras-devel cmake        # for fedora
     brew install qt                                 # for macOS
-- 
2.15.0

Merge in upstream 055beec