From: Rene Gassmoeller Date: Fri, 21 Jul 2017 22:49:45 +0000 (-0600) Subject: Add some links X-Git-Tag: v0.8.5~5^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F43%2Fhead;p=candi.git Add some links --- diff --git a/README.md b/README.md index d00f3ed..a9dcc55 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ candi (Compile & Install) ===== -The ``candi.sh`` shell script downloads, configures, builds, and installs deal.II -with common dependencies on linux-based systems. +The ``candi.sh`` shell script downloads, configures, builds, and installs +[deal.II](https://github.com/dealii/dealii) with common dependencies on +linux-based systems. Quickstart ---- @@ -79,7 +80,7 @@ You can combine the command line options given below. If you want to change the set of packages to be installed, you can enable or disable a package in the configuration file -``candi.cfg``. +[candi.cfg](candi.cfg). This file is a simple text file and can be changed with any text editor. Currently, we provide the packages @@ -91,7 +92,7 @@ Currently, we provide the packages * hdf5 * opencascade -for instance. +and others. For a complete list see [deal.II-toolchain/packages](deal.II-toolchain/packages). There are several other options within the configuration file, e.g. @@ -117,7 +118,7 @@ for instance, or a set of packages by Our installer provides a software developer mode by setting ``DEVELOPER_MODE=ON`` -within ``candi.cfg``. +within [candi.cfg](candi.cfg). More precisely, the developer mode skips the package ``fetch`` and ``unpack``, everything else (package configuration, building and installation) is done