From 52d51d8004191689f07699cb0a2bdc375d086aae Mon Sep 17 00:00:00 2001 From: Ryozuki Date: Thu, 25 Apr 2019 19:11:29 +0200 Subject: [PATCH] set make -j to use actual number of threads --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76fa6d34c..e1d3a054a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To compile DDNet yourself, execute the following commands in the source root: mkdir build cd build cmake .. - make -j8 + make -j$(nproc) Pass the number of threads for compilation to `make -j`. DDNet requires additional libraries, that are bundled for the most common platforms (Windows, Mac, Linux, all x86 and x86\_64). The bundled libraries are now in the ddnet-libs submodule.