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

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