.zip
format, while Linux binaries are provided in .tar.gz
format..tar.gz
file (qwertycoin-gui-linux-v5.0.0.zip
)..dmg
file (qwertycoin-gui-macos-high-sierra-v5.0.0.dmg
)..zip
file (qwertycoin-gui-win64-v5.0.0.zip
).qwertycoin-gui-linux-v5.0.0.zip
and run executable.qwertycoin-gui-macos-high-sierra-v5.0.0.dmg
.qwertycoin-gui-win64-v5.0.0.zip
and run the executable from the extracted files.sudo apt-get install build-essential python-dev gcc g++ git cmake libboost-all-dev qtbase5-dev
git clone https://github.com/qwertycoin-org/qwertycoin-gui
ln -s ../qwertycoin cryptonote
git submodule add https://github.com/qwertycoin-org/qwertycoin.git cryptonote
mkdir build && cd build && cmake .. && make