From: Wolfgang Bangerth Date: Tue, 8 Oct 2013 19:36:00 +0000 (+0000) Subject: Slightly reword top note. X-Git-Tag: v8.1.0~611 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=333fae4a4ed47c6a906b2af47ddaf3b22b91454f;p=dealii.git Slightly reword top note. git-svn-id: https://svn.dealii.org/trunk@31175 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 5c7ec6dc50..15ff24a35d 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -16,16 +16,16 @@ -

- Note: deal.II uses +

+ Note: Since version 8.0, deal.II uses CMake to configure and build. For using the previous build - system used until deal.II version 7.3, see + system used until deal.II version 7.3, see the old ReadMe file.
-

+

Installation instructions and further information @@ -118,7 +118,7 @@
  • CMake version 2.8.8 or later
  • - +
  • GNU make, version 3.78 or later (or any other generator supported by CMake) @@ -158,7 +158,7 @@ Povray, and directly to Encapsulated Postscript.

    - +

    gnuplot and a postscript viewer (for eps) should be @@ -186,7 +186,7 @@

    Installation

    - +

    Unpacking

    @@ -240,7 +240,7 @@
  • /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. + 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/. @@ -296,7 +296,7 @@ library is compiled with compiler flags so that the library contains information that can be used by debuggers.

    - +

    In addition, this library contains a great number of safety checks on most arguments of all functions you could possibly call. @@ -309,7 +309,7 @@ name and line number of where the problem occurred.

  • - +
  • Optimized mode: You will want to link with this version of the library once you know that your program is working as expected. It does not contain the safety checks any more @@ -335,7 +335,7 @@ http://www.dealii.org/ domain can also be generated locally. To do so, invoke cmake in the build instructions above as follows:

    - +
       cmake -DDEAL_II_COMPONENT_DOCUMENTATION=ON -DCMAKE_INSTALL_PREFIX=/path/install/dir ../deal.II
     
    @@ -435,7 +435,7 @@ 64bit indices: By default, deal.II use unsigned int (32bit) indices for degrees of freedom, using the types::global_dof_index type. This limits the number of - unknowns to approximately four + unknowns to approximately four billions. If larger problem must be solved, pass the -DDEAL_II_WITH_64BIT_INDICES=ON argument to cmake. You will not be able to solve problems of this size on @@ -565,7 +565,7 @@

    - +
    HDF5

    @@ -580,7 +580,7 @@

    - +
    METIS
    @@ -603,7 +603,7 @@

    - +
    MUMPS

    @@ -622,7 +622,7 @@

    - +
    NetCDF
    -DNETCDF_DIR=/path/to/netcdf to cmake.
    - +
    p4est

    @@ -653,7 +653,7 @@

    - +
    PETSc
    @@ -679,7 +679,7 @@

    - +
    SLEPc

    @@ -700,7 +700,7 @@

    - +
    Threading Building Blocks (TBB)
    @@ -717,7 +717,7 @@

    - +
    Trilinos

    @@ -742,7 +742,7 @@

    - +
    UMFPACK