From: Timo Heister Date: Tue, 14 Oct 2008 10:36:48 +0000 (+0000) Subject: fixed documentation for configuring Trilinos in readme.html. X-Git-Tag: v8.0.0~8547 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30fb9e0228c0c161ed9696d4b1c4ae16405ecdb7;p=dealii.git fixed documentation for configuring Trilinos in readme.html. git-svn-id: https://svn.dealii.org/trunk@17202 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index d7f6772e38..5c18aa6ec1 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -629,11 +629,13 @@ Trilinos use is configured in, header files are automatically found and libraries are linked with. To do so, set the TRILINOS_DIR environment variable to the path to an existing Trilinos installation, - or use the --enable-trilinos=/path/to/trilinos switch of - the deal.II ./configure script. The Trilinos installation needs to - provide the same kind of libraries that deal.II is - configured for, i.e. if you want deal.II to use shared libraries, then - Trilinos needs to use shared libraries as well. + or use the --with-trilinos=/path/to/trilinos switch of + the deal.II ./configure script. It should point to the path + of which the include and lib directories are subdirs. The Trilinos + installation needs to provide the same kind of libraries that + deal.II is configured for, i.e. if you want deal.II + to use shared libraries, then Trilinos needs to use shared libraries as + well.