From 42fcfc50c61f196cb5e2631b4a9fb58ee15c5a6d Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 11 Feb 2012 11:25:26 +0000 Subject: [PATCH] Clarify text. git-svn-id: https://svn.dealii.org/trunk@25032 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index bcb15fd774..9568d0c9ff 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -5,7 +5,7 @@ The deal.II Readme - + @@ -296,7 +296,7 @@ all. Building all libraries takes somewhere between 4 minutes and several hours, depending on the number of processors your machine has, and requires about 2 GB of free disk space. If you have a - multi-processor machine, you can call make -j16 target-name + multi-processor machine, you can call make -j16 all to let make call multiple instances of the compiler (in this case sixteen). This speeds up compilation by about the factor given after -j, at least if you have as many -- 2.39.5