Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -1,4 +1,4 @@
|
|||||||
ZecWallet-lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash
|
Zecwallet-Lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash
|
||||||
|
|
||||||
## Compiling from source
|
## Compiling from source
|
||||||
* ZecWallet is written in C++ 14, and can be compiled with g++/clang++/visual c++.
|
* ZecWallet is written in C++ 14, and can be compiled with g++/clang++/visual c++.
|
||||||
@@ -9,12 +9,10 @@ ZecWallet-lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash
|
|||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/adityapk/zecwallet-lite.git
|
git clone https://github.com/adityapk/zecwallet-lite.git
|
||||||
cd zecwallet
|
cd zecwallet-lite
|
||||||
/path/to/qt5/bin/qmake zecwallet-lite.pro CONFIG+=debug
|
/path/to/qt5/bin/qmake zecwallet-lite.pro CONFIG+=debug
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
||||||
./zecwallet
|
./zecwallet-lite
|
||||||
```
|
```
|
||||||
Right now, you'll also need to run `lightwalletd` on your local machine for Zecwallet to connect to.
|
_PS: Zecwallet-Lite is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way._
|
||||||
|
|
||||||
_PS: ZecWallet is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way._
|
|
||||||
|
|||||||
Reference in New Issue
Block a user