Closed editor-Ajian closed 3 years ago
I find that the answer in issue#20 is really useful: https://github.com/LN-Zap/lndconnect/issues/20#issuecomment-825211584.
I follow the command described int this answer and every time I try go build
the terminal will tell me which dependencies is lack and I will use go mod download
to install them.
To my surprise, the last command which the terminal tell me is exactily go get github.com/LN-Zap/lndconnect
. So it seems that the command is the last one step rather than the first step.
I strongly recommend to clone this repository with git clone
at first and try go build
at that folder. Let the terminal tell you which dependencies is needed.
I used to install lnd via binnary release in my rapsberry Pi, which use Raspberry Pi OS.
Now I try to install lndconnect via
go get ...
as read.me describted. But I get an error like below:I get some information here: https://giters.com/lightningnetwork/lnd/issues/5624#issuecomment-897512230
But I stilll don't know how to fix it.