From 3b0aa495def7e3b3ad377c29e3eb22fd96a9a7c2 Mon Sep 17 00:00:00 2001 From: heister Date: Sun, 18 Aug 2013 03:26:51 +0000 Subject: [PATCH] update install instructions git-svn-id: https://svn.dealii.org/trunk@30334 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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: