From 93da255185a414dd6066892df5a1d87c8693801f Mon Sep 17 00:00:00 2001 From: l-n-s Date: Mon, 1 May 2017 11:27:46 -0400 Subject: [PATCH] fix libraries list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a2767f..daa7b38 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Building GOSTCoin **Optional: Build QT GUI** # install requirements - apt-get install libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev + apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev # build GUI cd ~/gostcoin qmake && make