Skip to content

Commit

Permalink
README.md: proper way to pass configuration flags to the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
miodragpop committed Feb 22, 2021
1 parent 0d72dae commit 26ce793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Install
git clone https://github.com/bze-alphateam/bzedge
# Build: At the moment building works only without tests. Make sure to disable them.
cd bzedge/
./zcutil/build.sh --disable-tests -j$(nproc)
CONFIGURE_FLAGS="--disable-tests --disable-bench" ./zcutil/build.sh -j$(nproc)
# fetch key
./zcutil/fetch-params.sh
# Run
Expand Down

0 comments on commit 26ce793

Please sign in to comment.