Alessio Treglia
8c6d1e669f
Reduce the number of targets and make the buildsystem more flexible by parsing the TENDERMINT_BUILD_OPTIONS command line variable (a-la Debian, inspired by dpkg-buildpackage's DEB_BUILD_OPTIONS), e.g: $ make install TENDERMINT_BUILD_OPTIONS='cleveldb' replaces the old: $ make install_c Options can be mix&match'd, e.g.: $ make install TENDERMINT_BUILD_OPTIONS='cleveldb race nostrip' Three options are available: - nostrip: don't strip debugging symbols nor DWARF tables. - cleveldb: use cleveldb as db backend instead of goleveldb; it switches on the CGO_ENABLED Go environment variale. - race: pass -race to go build and enable data race detection. This changeset is a port of gaia pull request: cosmos/gaia#363. |
5 years ago | |
---|---|---|
.. | ||
README.md | Docs theme (#4042) | 5 years ago |
architecture.md | docs/introduction: add notes on architecture intro (#4175) | 5 years ago |
install.md | Makefile: parse TENDERMINT_BUILD_OPTIONS (#4738) | 5 years ago |
quick-start.md | Latest version of the theme (#4108) | 5 years ago |
tcp-window.png | docs/introduction: add notes on architecture intro (#4175) | 5 years ago |
what-is-tendermint.md | Docs theme (#4042) | 5 years ago |
order | parent |
---|---|
1 | [{title Introduction} {order 1}] |
Get Tendermint up-and-running quickly with the quick-start guide!
Detailed installation instructions.
Dive into what Tendermint is and why!