If you're a developer, build instructions are at the end of this README.
But there are no build instructions. I don't use Maven much, so the procedure wan't obvious. I was able to figure it out (I think), and wrote up something that could be included in the README:
building from source
Building Lighthouse from source requires the Maven build tool and the bitcoinj library.
The README says:
But there are no build instructions. I don't use Maven much, so the procedure wan't obvious. I was able to figure it out (I think), and wrote up something that could be included in the README:
building from source
Building Lighthouse from source requires the Maven build tool and the bitcoinj library.
The latest version of bitcoinj should be installed from source:
Compile Lighthouse with:
Run Lighthouse with:
I'm willing to revise/submit PR if needed.