From: Timo Heister Date: Sun, 18 Aug 2013 03:26:51 +0000 (+0000) Subject: update install instructions X-Git-Tag: v8.1.0~1040 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d5be5dca4d1fdeba836eba6fc63e2e49bbb674b;p=dealii.git update install instructions git-svn-id: https://svn.dealii.org/trunk@30334 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 4beb0902b8..b08a508c30 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -224,7 +224,7 @@ mkdir build cd build - cmake -DCMAKE_INSTALL_PREFIX=/path/install/dir ../deal.II + cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/dir ../deal.II make install These steps compile, link and install the deal.II library. The @@ -235,12 +235,13 @@

Note: