From c0d744f7bb3bf0730e0eb154ac15e82bb37df507 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 16 Jan 2015 08:49:18 -0600 Subject: [PATCH] Improve wording slightly. The existing instructions didn't make clear where the sources were located and implicitly assumed that they are in the directory above the build directory. This can be confusing. (By suggestion of Joel Kulesza.) --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a49218748c..3c5da8298e 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,13 @@ to the complex data structures and algorithms required. For the impatient: ------------------ -Configure compile and install the deal.II library with: +Let's say you've unpacked the .tar.gz file, or cloned the git repository into +a directory /path/to/dealii/sources. Then configure, compile, and install the +deal.II library with: $ mkdir build $ cd build - $ cmake -DCMAKE_INSTALL_PREFIX=/path/where/deal.II/should/be/intalled/to .. + $ cmake -DCMAKE_INSTALL_PREFIX=/path/where/dealii/should/be/intalled/to /path/to/dealii/sources $ make install (alternatively $ make -j install) $ make test @@ -23,9 +25,9 @@ A detailed *ReadME* can be found at ./doc/readme.html and Getting started: ---------------- -The tutorial steps are located under ./examples/ +The tutorial steps are located under examples/ of the installation. Information about the tutorial steps can be found at -./doc/doxygen/tutorial/index.html or at http://www.dealii.org/. +doc/doxygen/tutorial/index.html or at http://www.dealii.org/. License: -------- -- 2.39.5