From: wolf Date: Thu, 6 Apr 2000 09:41:32 +0000 (+0000) Subject: Mirror patch from the 3.0 branch. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d64b7f2d8b2c7b3851cf1ae50d655c38247360e9;p=dealii-svn.git Mirror patch from the 3.0 branch. git-svn-id: https://svn.dealii.org/trunk@2680 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 5c72f9f730..9913cc4dd9 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -188,12 +188,15 @@

In case you have a multi-processor machine, you can call `make - PAR=-j4 target-name' to let make call multiple instances of the + PAR=-j4 target-name' to let `make' call multiple instances of the compiler (in this case four). Since the make files are written in a way to minimize cross-dependencies, this speeds up compilation by about the factor given after `-j', at least if you have as many processors. If you have GNU make 3.78 or higher, it is simpler to - directly call `make -j4 target-name'. + directly call `make -j4 target-name'. Note, however, that + parallel makes will sometimes fail when compiling the library for + the first time (this is due to a bug in `make'); in that case, + simply re-run `make', or run it without `-jN'.

@@ -272,6 +275,20 @@

+

+ Apart from the libraries, you should generate the full set of + documentation files, by typing `make online-doc'. This way, you + have (almost) all the documentation locally on your computer and + need not use the deal.II homepage in + Heidelberg. You can access all documentation through this page. (For + obvious reasons, the only document that you don't have locally is + the News page, and the pages that convert the CVS logs into + HTML. Access them through the global homepage.) +

+

Configuration options