diff --git a/README.md b/README.md index f0d55f3..856dbaf 100644 --- a/README.md +++ b/README.md @@ -116,3 +116,36 @@ On Windows use: All RPC commands for Hush can be used the same way for any HSC. The total list: * [RPC commands](https://faq.hush.is/rpc/coinsupply.html) + +# How to build SDX on GNU/Linux (Full node GUI wallet) + +Install Qt5: + +``` +sudo apt-get -y install qt5-default qt5-qmake libqt5websockets5-dev qtcreator +``` + +Git clone and choose the dragonx branch: + +``` +git clone https://git.hush.is/hush/SilentDragon && cd SilentDragon +git checkout dragonx +``` + +Make a symlink to your dragonxd binary (scary stuff 👻).
+Your `dragonx-branch` path will differ, change it where you have your dragonxd! + +``` +ln -s ../dragonx-branch/src/dragonxd +``` +Run build scripts: + +``` +./build.sh linguist +./build-sdx.sh +``` +Start SDX: + +``` +./silentdragonx +``` \ No newline at end of file