fix builds

This commit is contained in:
DenioD
2019-10-29 17:42:41 +01:00
10 changed files with 59 additions and 130 deletions

View File

@@ -1,4 +1,4 @@
SilenDragonLite is z-Addr first, Sapling compatible wallet lightwallet for hush still in very experimental status! Use it on your own Risk!
SilenDragonLite is z-Addr first, Sapling compatible wallet lightwallet for Hush.
## Compiling from source
* silentdragon is written in C++ 14, and can be compiled with g++/clang++/visual c++.
@@ -9,12 +9,11 @@ SilenDragonLite is z-Addr first, Sapling compatible wallet lightwallet for hush
```
git clone https://github.com/DenioD/SilenDragonLite.git
cd silentdragon
cd silentdragonlite
/path/to/qt5/bin/qmake silentdragon-lite.pro CONFIG+=debug
make -j$(nproc)
./silentdragon
./silentdragonlite
```
Right now, you'll also need to run `lightwalletd` on your local machine for silentdragon to connect to.
_PS: silentdragon is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way._
_PS: SilentDragonLite is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way._