From 295ff634647b07238a09431f76e61a68291efd5e Mon Sep 17 00:00:00 2001 From: Pejvan Date: Fri, 4 May 2018 13:54:54 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20d2ce56f..ccae854ab 100644 --- a/README.md +++ b/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 -------