From: Geneva Porter
deal.II uses the
- CMake integrated configuration and build system. Unpacking will create a subdirectory deal.II/ in the current directory. Then do the following steps to configure the build process:
mkdir build @@ -183,7 +183,7 @@ Note:
/path/to/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.
- Another option is to use something like `pwd`/../installed/
(note the backticks). Make sure the installation directory is not the same as the location where you unpacked deal.II/.
+ Another option is to use something like `pwd`/../installed/
(note the backticks).
make test
automatically runs in parallel and no -jN
flag should be supplied to it.