From: Uwe Köcher Date: Wed, 28 Jan 2015 22:45:10 +0000 (+0100) Subject: Update README.md X-Git-Tag: v0.4~14 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c4ebc903aadb3b8d8ab2a51fd6fd76b0cead42c;p=candi.git Update README.md --- diff --git a/README.md b/README.md index 108c15a..87ec71f 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Adapting candi to your needs You can adapt several things to your personal needs, this includes the individual choice for * the DOWNLOAD folder (can be safely removed after installation), +* the UNPACK folder of the downloaded packages (can be safely removed after installation), * the BUILD folder (can be safely removed after installation), * the INSTALLATION destination folder, and more options. @@ -57,3 +58,18 @@ Edit the file behind the softlink "candi.cfg", e.g. ```bash $> gedit candi.cfg ``` + +Switching candi to other Projects (e.g. FEniCS) +---- + +You can switch the current project to handle to your needs. +For doing this, firstly find out which projects are currently bundled with candi by +```bash + $> ls project-*.cfg +``` +This gives you a list of the currently configured projects. + +If you want to switch to a currently configured project, e.g. to project-FEniCS.cfg, type +```bash + $> ./switch-project-to FEniCS +```