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