Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 429 Bytes

BUILDING.md

File metadata and controls

18 lines (13 loc) · 429 Bytes

Building Quorum

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/