From eb5b30458cdd5e1788f656226393405d5e0539c3 Mon Sep 17 00:00:00 2001
From: Timo Heister <timo.heister@gmail.com>
Date: Fri, 19 Jul 2013 21:20:05 +0000
Subject: [PATCH] update readme

git-svn-id: https://svn.dealii.org/trunk@30069 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 5a714850c6..46a57e77da 100644
--- a/deal.II/doc/readme.html
+++ b/deal.II/doc/readme.html
@@ -225,7 +225,6 @@
 	mkdir build
 	cd build
 	cmake -DCMAKE_INSTALL_PREFIX=/path/install/dir ../deal.II
-	make
 	make install
       </pre>
       These steps compile, link and install the deal.II library. The
@@ -239,10 +238,12 @@
 	<li> <code>/path/install/dir</code> is the directory which deal.II
 	  should be installed into. This can be a directory in your home
 	  directory (e.g., <code>~/bin/deal.II</code>) or a directory
-	  such as <code>/usr/local</code> if you have root privileges.
+	  such as <code>/usr/local</code> if you have root privileges. 
+	  Another option is to use <code>`pwd`/../installed/</code> (note the
+	  backticks).
 
 	<li> If your machine has multiple processors, use <code>make
-	  -jN</code> in the last two steps, where <code>N</code> is the
+	  -jN</code> in the last step, where <code>N</code> is the
 	  number of simultaneous build processes you want <code>make</code>
 	  to use at any given time. Allowing <code>make</code> to use
 	  more simultaneous build processes (assuming you have that many
@@ -364,7 +365,7 @@
       paths.</b>
       However, this behavior can be changed using command line switches to
       the initial call to <code>cmake</code>. A detailed description
-      can be found <a href="development/cmake.html">here</a>.
+      can be found here: <a href="development/cmake.html">Detailed build system description</a>.
     </p>
 
     <p>
-- 
2.39.5