1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-03-13 05:41:11 +00:00

fix libraries list

This commit is contained in:
l-n-s 2017-05-01 11:27:46 -04:00
parent 1bf52ef33a
commit 93da255185

View File

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