Browse Source

Update 'README.md'

master
onryo 1 year ago
parent
commit
3389fa027f
  1. 33
      README.md

33
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 👻).<br>
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
```
Loading…
Cancel
Save