]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Added how to build from repository. 1296/head
authorJay Hineman <jay.hineman@gmail.com>
Thu, 6 Aug 2015 22:23:02 +0000 (18:23 -0400)
committerJay Hineman <jay.hineman@gmail.com>
Fri, 7 Aug 2015 17:21:37 +0000 (13:21 -0400)
README.md

index 386aa9b01b2d78bc2271f126293adfd9dcb99a3b..709f5fe2545fb7a8eaf8d19e4ae72ed8224c7dd5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,9 +9,8 @@ to the complex data structures and algorithms required.
 For the impatient:
 ------------------
 
-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:
+Let's say you've unpacked the .tar.gz file into a directory /path/to/dealii/sources. 
+Then configure, compile, and install the deal.II library with:
 
     $ mkdir build
     $ cd build
@@ -19,6 +18,13 @@ deal.II library with:
     $ make install    (alternatively $ make -j<N> install)
     $ make test
 
+To build from the repository, excute the following commands first.
+
+    $ git clone https://github.com/dealii/dealii
+    $ cd dealii
+
+Then continue as before.
+
 A detailed *ReadME* can be found at ./doc/readme.html and
 ./doc/users/cmake.html or at http://www.dealii.org/.
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.