make -j8 for faster builds!
This commit is contained in:
parent
2987686b9e
commit
8f3839cf56
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue