From 33455d47d02452bbd43857061fdcfc7222c8aa72 Mon Sep 17 00:00:00 2001 From: David Korth Date: Fri, 24 Jul 2020 18:21:12 -0400 Subject: [PATCH] [doc] compiling.md: Added qttools5-dev; fixed qttools5-dev-tools. --- doc/COMPILING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/COMPILING.md b/doc/COMPILING.md index b54f2a8..57ac88e 100644 --- a/doc/COMPILING.md +++ b/doc/COMPILING.md @@ -5,7 +5,7 @@ On Debian/Ubuntu, you will need build-essential and the following development packages: * cmake pkg-config libgmp-dev nettle-dev libudev-dev -* For the Qt GUI: qtbase5-dev qttools-dev-tools +* For the Qt GUI: qtbase5-dev qttools5-dev qttools5-dev-tools On Red Hat/Fedora, you will need to install "C Development Tools and Libraries" and the following development packages: