From e4add34659b6086859889c39aa1d69e2c4956f5a Mon Sep 17 00:00:00 2001 From: maier Date: Sun, 4 Nov 2012 20:53:44 +0000 Subject: [PATCH] Some more minor documentation cleanup git-svn-id: https://svn.dealii.org/branches/branch_cmake@27355 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 41 ++++++++++++++++------------------------- 1 file changed, 16 insertions(+), 25 deletions(-) diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index e88f785728..3b5918c619 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -179,8 +179,8 @@

Unpacking

- The whole library usually comes as a .tar.gz file, that is a - tarred file archive which is compressed with gzip. After downloading it, + The whole library usually comes as a .tar.gz file, + which is a file archive compressed with gzip. After downloading it, unpack it using either

 
@@ -190,7 +190,7 @@
       or, if you have GNU tar with
       
 
-	tar xzf deal.II-X.Y.Z.tar.gz
+	tar -xvf deal.II-X.Y.Z.tar.gz
       
Note: You will want to hang on to the source files of deal.II after installation as it makes developing @@ -216,8 +216,9 @@ make make install
- These steps compile, link and install the deal.II libraries and should - take between a few minutes and an hour. Note the following: + These steps compile, link and install the deal.II libraries. The + whole process should take between a few minutes and an hour.
+ Note:

@@ -284,15 +285,6 @@

-

- Apart from the libraries, the steps above install all necessary header - files you need to develop programs based on deal.II - as well as generate the full set of - documentation files so that it can be used locally on your computer. You - will then be able to access it through - this page. -

-

At this point, you have generated everything necessary to write programs based on deal.II. If you are new to @@ -300,7 +292,6 @@ tutorial.

-

Configuration options

-- 2.39.5