Auto merge of #3243 - pejvan:patch-1, r=bitcartel

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:
Homu
2018-07-17 19:57:32 -07:00

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