modified: Test-Suite.md
parent
82e9edf569
commit
7eb042df79
1 changed files with 7 additions and 2 deletions
|
|
@ -157,9 +157,14 @@ $ cd ..
|
|||
$ sudo apt-get install golang # skip this if Go is already installed
|
||||
$ git clone https://github.com/FiloSottile/zcash-mini
|
||||
$ cd zcash-mini
|
||||
$ sed -e "s@github.com/FiloSottile/@@" -i main.go
|
||||
$ sed -e "s@github.com/FiloSottile/@@" -i zcash/address.go
|
||||
$ sed -e "s@github.com/btcsuite@zcash-mini@" -i zcash/address.go
|
||||
$ sed -e "s@golang.org/x@zcash-mini@" -i zcash/address.go
|
||||
$ mv vendor/github.com/btcsuite/btcutil .
|
||||
$ mv vendor/golang.org/x/crypto .
|
||||
$ go mod init zcash-mini
|
||||
$ go mod tidy
|
||||
$ go build -mod=mod # or just ’go build’
|
||||
$ go build -mod=mod
|
||||
$ sudo install --strip ./zcash-mini /usr/local/bin
|
||||
$ cd ..
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue