Skip to content

Commit

Permalink
Merge 843450d into fe0a7b6
Browse files Browse the repository at this point in the history
  • Loading branch information
RHavar committed Sep 10, 2017
2 parents fe0a7b6 + 843450d commit 650864b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,11 @@ To check that `lnd` was installed properly run the following command:
go install; go test -v -p 1 $(go list ./... | grep -v '/vendor/')
```

### Installing btcd
### Installing btcd (must be a recent version)

`lnd` currently requires `btcd` with segwit support, which is not yet merged
into the master branch. Instead, [roasbeef](https://github.com/roasbeef/btcd)
maintains a fork with his segwit implementation applied. To install, run the
following commands:

Install **btcd**: (must be from roasbeef fork, not from btcsuite)
```
git clone https://github.com/roasbeef/btcd $GOPATH/src/github.com/roasbeef/btcd
cd $GOPATH/src/github.com/roasbeef/btcd
git clone https://github.com/btcsuite/btcd $GOPATH/src/github.com/btcsuite/btcd
cd $GOPATH/src/github.com/btcsuite/btcd
glide install
go install . ./cmd/...
```
Expand Down

0 comments on commit 650864b

Please sign in to comment.