Browse Source

Merge branch 'master' of https://github.com/GOSTSec/gostcoin

pull/16/head v0.8.5.8
orignal 7 years ago
parent
commit
c2d560f834
  1. 2
      README.md

2
README.md

@ -49,7 +49,7 @@ Building GOSTCoin @@ -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

Loading…
Cancel
Save