From 308caeec9f054b02d53dd431e8ee2ef4ccc9a0da Mon Sep 17 00:00:00 2001 From: Victor Hugo Panisa Date: Sat, 9 Feb 2019 20:26:03 -0200 Subject: [PATCH] Adds hint about make parameter --- Building-for-Linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 9974d31..4547761 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -49,6 +49,7 @@ cmake ../ make sudo make install ``` +Note: you can use **make -jN** where N is the number of processors available to accelerate the building Optionally, you can use `cmake -i ..` to adjust various options (e.g. disable the Qt GUI).