From aa07fd176a2449ab305641fa45730885fd83cee2 Mon Sep 17 00:00:00 2001 From: Fred Trotter Date: Thu, 25 Jan 2018 15:36:26 -0600 Subject: [PATCH] update to use qt5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b1c69946..cdd8abe99 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The instructions are inspired by the well-meaning but out of date instructions a run the following apt-get install command to install the compile requirements: ``` - sudo apt-get install git automake autoconf libtool libxml2-dev libxslt-dev libsnmp-dev qt4-dev-tools + sudo apt-get install git automake autoconf libtool libxml2-dev libxslt-dev libsnmp-dev qt5-default qttools5-dev-tools git clone https://github.com/fwbuilder/fwbuilder.git cd fwbuilder ./autogen.sh