From 9094c5bad0edd89029917d1210af50175294478f Mon Sep 17 00:00:00 2001 From: Jay Hineman Date: Thu, 6 Aug 2015 18:23:02 -0400 Subject: [PATCH] Added how to build from repository. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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/. -- 2.39.5