From 2a824ab7678425bb13929c0af16ddb1282837991 Mon Sep 17 00:00:00 2001 From: maier Date: Wed, 31 Oct 2012 17:14:10 +0000 Subject: [PATCH] Just some minor changes on the new documentation git-svn-id: https://svn.dealii.org/branches/branch_cmake@27266 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 94ed237ed5..b322990ca8 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -112,7 +112,7 @@
  • For debugging programs, we have found that the GNU - debugger GDB is a invaluable tool. GDB is a text-based tool + debugger GDB is an invaluable tool. GDB is a text-based tool not always easy to use; kdbg, is one of many graphical user interfaces for it. Most integrated development environments @@ -222,13 +222,14 @@

  • /path/install/dir is the directory where you want to install the deal.II header files and libraries to. This can be a directory in your home directory (e.g., ~/bin) or a - directory such as /usr if you have root privileges. - -
  • If your machine has multiple processors, use make -jN in - the last two steps where N is the number of processors you - want make to use at any given - time. Allowing make to use more processors (assuming - you have that many) will greatly accelerate building the library. + directory such as /usr/local if you have root privileges. + +
  • If your machine has multiple processors, use make + -jN in the last two steps 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 + processor cores) will greatly accelerate building the library.
  • The deal.II cmake system can accept a significant number of configuration parameters. See the -- 2.39.5