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.
This commit is contained in:
Pejvan 2018-05-04 13:54:54 +02:00 committed by GitHub
parent d97bfb766b
commit 295ff63464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
-------