From: Timo Heister Date: Tue, 21 Jan 2014 22:10:31 +0000 (+0000) Subject: update p4est instructions, remove some outdated stuff X-Git-Tag: v8.2.0-rc1~983 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd7690ac61cfc5f7deb6cac4c9753ccffba58c99;p=dealii.git update p4est instructions, remove some outdated stuff git-svn-id: https://svn.dealii.org/trunk@32283 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/external-libs/p4est.html b/deal.II/doc/external-libs/p4est.html index a1255c0cf0..767b54df50 100644 --- a/deal.II/doc/external-libs/p4est.html +++ b/deal.II/doc/external-libs/p4est.html @@ -38,7 +38,7 @@ webpage). Then call the script as follows:
 
-    ./p4est-setup.sh p4est-x-y-z.tar.gz /path/to/installation
+sh ./p4est-setup.sh p4est-x-y-z.tar.gz /path/to/installation
       
where p4est-x-y-z.tar.gz is the name of the p4est distribution file, and /path/to/installation is a @@ -50,14 +50,9 @@ line like
 
-    cmake -DP4EST_DIR=/path/to/installation -DDEAL_II_WITH_P4EST=ON -DDEAL_II_WITH_MPI=ON <...>
+cmake -DP4EST_DIR=/path/to/installation -DDEAL_II_WITH_P4EST=ON -DDEAL_II_WITH_MPI=ON <...>
       
- if the p4est library isn't picked up automatically. Note the presence - of /FAST at the end of the path necessary when using - the ./p4est-setup.sh script to select the release - version of p4est. Obviously, you - can also add additional flags to cmake as described in - the general ReadMe file. + if the p4est library isn't picked up automatically.