Browse Source

Update README.md

pull/17/head
Denio 5 years ago
committed by GitHub
parent
commit
8ef5549649
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -3,14 +3,14 @@
SilentDragonLite is a GUI wallet for the Hush cryptocoin, which does not require you to download the full blockchain! SilentDragonLite is a GUI wallet for the Hush cryptocoin, which does not require you to download the full blockchain!
## Compiling from source ## Compiling from source
* silentdragon is written in C++ 14, and can be compiled with g++/clang++/visual c++. * SilentDragonLite is written in C++ 14, and can be compiled with g++/clang++/visual c++.
* It also depends on Qt5, which you can get from [here](https://www.qt.io/download). * It also depends on Qt5, which you can get from [here](https://www.qt.io/download).
* You'll need Rust v1.37 + * You'll need Rust v1.37 +
### Building on Linux ### Building on Linux
``` ```
git clone https://github.com/DenioD/SilenDragonLite.git git clone https://github.com/MyHush/SilenDragonLite.git
cd silentdragonlite cd silentdragonlite
/path/to/qt5/bin/qmake silentdragon-lite.pro CONFIG+=debug /path/to/qt5/bin/qmake silentdragon-lite.pro CONFIG+=debug
make -j$(nproc) make -j$(nproc)

Loading…
Cancel
Save