From 4b6ac5ca8b8f6b984247d3f4a610a1e6e57307d3 Mon Sep 17 00:00:00 2001 From: cygnusxi Date: Wed, 10 May 2017 17:53:22 -0400 Subject: [PATCH] Update Build Instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d190beb..adb900a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ If you do not use Linux see previous section for a prebuilt wallet. There are tw FOR THE GUI CLIENT: - > 1. **sudo apt-get install qt4-qmake libqt4-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libminiupnpc-dev libdb5.3++-dev dh-make build-essential** + > 1. **sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libminiupnpc-dev libdb5.3++-dev dh-make build-essential** > 2. From the main directory, run the following: > 3. **qmake && make**