From ec72b7a258a113b7129a003767d38adbfbd6cb98 Mon Sep 17 00:00:00 2001 From: alvations Date: Tue, 21 Aug 2018 14:12:34 +0800 Subject: [PATCH] using -j $(nproc) when making --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1959c74..cb34fe4 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ If want to use self-prepared protobuf library, setup below environment variables % mkdir build % cd build % cmake .. -% make +% make -j $(nproc) % sudo make install % sudo ldconfig -v ```