From eb5b30458cdd5e1788f656226393405d5e0539c3 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 19 Jul 2013 21:20:05 +0000 Subject: [PATCH] update readme git-svn-id: https://svn.dealii.org/trunk@30069 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 5a714850c6..46a57e77da 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -225,7 +225,6 @@ mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/path/install/dir ../deal.II - make make install These steps compile, link and install the deal.II library. The @@ -239,10 +238,12 @@
  • /path/install/dir is the directory which deal.II should be installed into. This can be a directory in your home directory (e.g., ~/bin/deal.II) or a directory - such as /usr/local if you have root privileges. + such as /usr/local if you have root privileges. + Another option is to use `pwd`/../installed/ (note the + backticks).
  • If your machine has multiple processors, use make - -jN in the last two steps, where N is the + -jN in the last step, where N is the number of simultaneous build processes you want make to use at any given time. Allowing make to use more simultaneous build processes (assuming you have that many @@ -364,7 +365,7 @@ paths. However, this behavior can be changed using command line switches to the initial call to cmake. A detailed description - can be found here. + can be found here: Detailed build system description.

    -- 2.39.5