1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2025-06-15 14:47:52 +02:00

update to use qt5

This commit is contained in:
Fred Trotter 2018-01-25 15:36:26 -06:00 committed by GitHub
parent 89d0372e18
commit aa07fd176a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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