quorum/BUILDING.md

572 B

Building Quorum

Note: Building Quorum requires both a Go (version 1.9 or later) and a C compiler. You can install them using your favourite package manager.

Clone the repository and build the source:

git clone https://github.com/jpmorganchase/quorum.git
cd quorum
make all
make test

Binaries are placed within ./build/bin, most notably geth and bootnode. Either add this directory to your $PATH or copy those two bins into your PATH:

# assumes that /usr/local/bin is in your PATH
cp ./build/bin/geth ./build/bin/bootnode /usr/local/bin/