From b1a9901d4895fe0c2dac0f2459728455fc003c61 Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 9 Feb 2018 21:18:17 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69cb3f9..2399032 100644 --- a/README.md +++ b/README.md @@ -44,15 +44,20 @@ Building GOSTCoin **Optional: Build QT GUI** # install requirements - apt-get install libqt5gui5 libqt5core5a 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 # build GUI cd ~/gostcoin qmake && make + + # build GUI with QR codes and paper wallet + apt-get install libqrencode-dev + cd ~/gostcoin + qmake "USE_QRCODE=1" && make Mining tools ------------ -Dedicated mining tools are available: [cpuminer for CPU](https://github.com/GOSTSec/cpuminer-x11-gost) and [ccminer for GPU](https://github.com/GOSTSec/ccminer) +Dedicated mining tools are available: [cpuminer for CPU](https://github.com/GOSTSec/cpuminer-x11-gost), [ccminer for NVIDIA GPU](https://github.com/GOSTSec/ccminer) and [sgminer for AMD GPU](https://github.com/GOSTSec/sgminer) License -------