Browse Source

Update README.md

Added default options to build zcash with as many parallel compilation units as there are cpu cores. 
This makes compiling zcash multiple times faster.
pull/4/head
Pejvan 6 years ago
committed by GitHub
parent
commit
295ff63464
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -49,7 +49,7 @@ Building
--------
Build Zcash along with most dependencies from source by running
./zcutil/build.sh. Currently only Linux is officially supported.
``./zcutil/build.sh -j`nproc` ``. Currently only Linux is officially supported.
License
-------

Loading…
Cancel
Save