From fe45d9d0e69160065b9f9c6424541fc9c74920e7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 9 May 2018 08:10:24 +0800 Subject: [PATCH] Clarify some text. --- doc/readme.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/doc/readme.html b/doc/readme.html index d072b5f68b..20cabcb76c 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -371,8 +371,8 @@

ADOL-C is a package that facilitates the evaluation of first and higher derivatives of vector functions. In particular, it can be used for automatic differentiation. For using - ADOL-C with deal.II, version 2.6.4 or newer is required. To use a self compiled version, specify - -DADOLC_DIR=/path/to/adolc on the command line. + ADOL-C with deal.II, version 2.6.4 or newer is required. To use a self compiled version, pass + -DADOLC_DIR=/path/to/adolc to the deal.II CMake call.

@@ -381,8 +381,8 @@

ARPACK is a library for computing large scale eigenvalue problems. - ARPACK should be readily packaged by most Linux distributions. To use a self compiled version, specify - -DARPACK_DIR=/path/to/arpack on the command line. For a detailed description on how to compile ARPACK and linking with deal.II, see + ARPACK should be readily packaged by most Linux distributions. To use a self compiled version, pass + -DARPACK_DIR=/path/to/arpack to the deal.II CMake call. For a detailed description on how to compile ARPACK and linking with deal.II, see this page.

@@ -393,8 +393,8 @@

is a portable Open Source library to import various well-known 3D model formats in a uniform manner. A subset of these formats can be read from within deal.II to generate two-dimensional meshes, possibly embedded in a three-dimensional space. - Assimp should be readily packaged by most Linux distributions. To use a self compiled version, specify - -DASSIMP_DIR=/path/to/assimp on the command line. + Assimp should be readily packaged by most Linux distributions. To use a self compiled version, pass + -DASSIMP_DIR=/path/to/assimp to the deal.II CMake call.

@@ -437,8 +437,8 @@

The GNU Scientific Library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. - GSL should be readily packaged by most Linux distributions. To use a self compiled version, specify - -DGSL_DIR=/path/to/gsl on the command line. + GSL should be readily packaged by most Linux distributions. To use a self compiled version, pass + -DGSL_DIR=/path/to/gsl to the deal.II CMake call.

@@ -446,8 +446,8 @@

The HDF5 library provides graphical output capabilities in HDF5/XDMF format. - HDF5 should be readily packaged by most Linux distributions. To use a self compiled version, specify - -DHDF5_DIR=/path/to/hdf5 on the command line. + HDF5 should be readily packaged by most Linux distributions. To use a self compiled version, pass + -DHDF5_DIR=/path/to/hdf5 to the deal.II CMake call.

@@ -457,8 +457,8 @@

METIS is a library that provides various methods to partition graphs. deal.II uses it in programs like the step-17 tutorial to partition - a mesh for parallel computing. To use a self compiled version, specify - -DMETIS_DIR=/path/to/metis on the command line. + a mesh for parallel computing. To use a self compiled version, pass + -DMETIS_DIR=/path/to/metis to the deal.II CMake call. deal.II supports METIS 5 and later.

@@ -485,8 +485,8 @@

nanoflann is a C++11 header-only library for building KD-Trees of datasets with different topologies. In particular, it can be used for operations such as finding the vertex or cell closest to a given evaluation point that occur frequently in many applications using unstructured meshes. scale eigenvalue problems. - nanoflann should be readily packaged by most Linux distributions. To use a self compiled version, specify - -DNANOFLANN_DIR=/path/to/nanoflann on the command line. + nanoflann should be readily packaged by most Linux distributions. To use a self compiled version, pass + -DNANOFLANN_DIR=/path/to/nanoflann to the deal.II CMake call.

@@ -576,7 +576,7 @@ SUNDIALS is a collection of solvers for nonlinear and differential/algebraic equations. SUNDIALS should be readily packaged by most Linux distributions. To use a self compiled version, specify - -DSUNDIALS_DIR=/path/to/sundials on the command line. + -DSUNDIALS_DIR=/path/to/sundials to the deal.II CMake call.

@@ -629,8 +629,8 @@

zlib is a software library used for lossless data-compression. It is used in deal.II whenever compressed data is to be written. - zlib should be readily packaged by most Linux distributions. To use a self compiled version, specify - -DZLIB_DIR=/path/to/zlib on the command line. + zlib should be readily packaged by most Linux distributions. To use a self compiled version, pass + -DZLIB_DIR=/path/to/zlib to the deal.II CMake call.

-- 2.39.5