From: heister Date: Fri, 8 Nov 2013 12:56:31 +0000 (+0000) Subject: fix dead links, add some references to cmake documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62555980648cd02cc34cd0a1ff717a9f83bb9225;p=dealii-svn.git fix dead links, add some references to cmake documentation git-svn-id: https://svn.dealii.org/trunk@31586 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 6197629919..571859682d 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -371,7 +371,7 @@ paths. However, this behavior can be changed using command line switches to the initial call to cmake. A detailed description - can be found here: Detailed build system description. + can be found here: Detailed build system description.

@@ -535,7 +535,7 @@ for deal.II being able to use them). For details on how to set up deal.II with a non standard BLAS/LAPACK implementation, see the - advanced + advanced setup section in the CMake ReadME.

@@ -776,7 +776,9 @@ The deal.II cmake system allows far greater control over what exactly is configured or built than just the outline above. If you want to learn more about this, take a look - here. + here. You might also be interested in + CMake for user projects or + build system internals.