From: Jay Hineman Date: Thu, 6 Aug 2015 22:23:02 +0000 (-0400) Subject: Added how to build from repository. X-Git-Tag: v8.4.0-rc2~649^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1296%2Fhead;p=dealii.git Added how to build from repository. --- diff --git a/README.md b/README.md index 386aa9b01b..709f5fe254 100644 --- 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 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/.