From c1a737de96b36038168e7b178784aa6a6d3ee9a6 Mon Sep 17 00:00:00 2001 From: Steven Saxton Date: Wed, 10 May 2017 17:06:54 -0400 Subject: [PATCH] Qt5 and Qt5 dependencies update. --- doc/readme-qt.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/readme-qt.rst b/doc/readme-qt.rst index 3e6511b..4f33c4a 100644 --- a/doc/readme-qt.rst +++ b/doc/readme-qt.rst @@ -1,4 +1,4 @@ -curecoin-Qt: Qt4 GUI for curecoin +curecoin-Qt: Qt5 GUI for curecoin ================================ Build instructions @@ -7,7 +7,7 @@ Build instructions ##Debian ------- -First, make sure that the required packages for Qt4 development of your +First, make sure that the required packages for Qt5 development of your distribution are installed, for Debian and Ubuntu these are: This involves downloading the source, meeting the dependencies, compiling the code, and then installing the resulting software. @@ -16,7 +16,7 @@ git clone https://github.com/cygnusxi/CurecoinSource.git ##FOR THE GUI CLIENT: -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 +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 From the main directory, run the following: