From: Martin Kronbichler Date: Mon, 8 Jun 2009 03:51:45 +0000 (+0000) Subject: Update the required disk space for deal.II build. X-Git-Tag: v8.0.0~7632 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d594f4a1f80d9094e90ab42ac72da22f2f115c2d;p=dealii.git Update the required disk space for deal.II build. git-svn-id: https://svn.dealii.org/trunk@18915 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 24cd529750..c2b1f1c139 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -282,7 +282,7 @@

To execute one of the commands, type for example `make all'. Building all libraries takes somewhere between 10 minutes and 1 hour, - depending on your machine and requires 200-400 MB of free disk + depending on your machine and requires about 1.1 GB of free disk space. If you have a multi-processor machine, you can call `make -j4 target-name' to let `make' call multiple instances of the compiler (in this case four). This speeds up compilation by about @@ -360,7 +360,7 @@ neither debugging information nor assertions. They are therefore much smaller and your program will run significantly faster (the performance penalty of the .g libraries is - between a factor of two and four, depending on which parts of + between a factor of two and ten, depending on which parts of the libraries you use). Furthermore, these libraries are compiled with optimization options of the compiler.