From f832832f3c7c06754fa687d1bef6371120a61f22 Mon Sep 17 00:00:00 2001
From: heister /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).
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