bitsofproof / supernode

BOP Bitcoin Server API - superseded versions
http://bitsofproof.com
Apache License 2.0
126 stars 61 forks source link

Update README.md #45

Closed manpages closed 11 years ago

manpages commented 11 years ago

Please consider mentioning bop-service.sh in README.md. Also please add information that supernode builds against protoc --version #=> 2.5.0 simply by replacing (in pom.xml)

                <protobuf.version>2.4.1</protobuf.version>

with

                <protobuf.version>2.5.0</protobuf.version>

This is required to properly build supernode on rolling-release Linux distros.

bitsofproof commented 11 years ago

I use Travis for continous integration tests, that uses ubuntu LTS which is still on 2.4.1. This is why I did not upgrade yet.