From: Wolfgang Bangerth Date: Tue, 28 Apr 2009 02:49:53 +0000 (+0000) Subject: Update and add link. X-Git-Tag: v8.0.0~7740 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f14054208274388376ab8dc55da60bd3d2e3efb;p=dealii.git Update and add link. git-svn-id: https://svn.dealii.org/trunk@18760 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index f3d5fc05e2..371601f5ee 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -5,7 +5,7 @@ The deal.II Readme - + @@ -280,7 +280,7 @@

- To execute one of the commands, type `make target-name'. Building + 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 space. If you have a multi-processor machine, you can call `make -j4 @@ -310,9 +310,7 @@

  • lib/libdeal_II_2d: This is the library containing all the classes representing finite element methods, grid handling, different finite elements, - etc. Thus suffix _2d obviously indicates that this - particularly library was compiled for two spatial dimensions, - but if you told `make' to do so, there will also be libraries + etc. There will also be libraries for one and three spatial dimensions.

    @@ -384,6 +382,13 @@ href="documentation.html" target="body">this page.

    +

    + At this point, you have generated everything necessary to write + programs based on deal.II. If you are new to + deal.II, you may want to continue with the + tutorial. +

    +