make -j8 for faster builds!

This commit is contained in:
ahrenholz@gmail.com 2012-07-27 17:27:35 +00:00
parent 2987686b9e
commit 8f3839cf56

View file

@ -85,7 +85,8 @@ In this example, we download the SVN source snapshot [http://downloads.pf.itd.nr
cd core
./bootstrap.sh
./configure
make
# -j8 is for 8 concurrent jobs on a multi-core system
make -j8
sudo make install
}}}