From 47967460020cabeb41e26c82c39f6aae9caf8815 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sat, 8 Apr 2017 22:31:54 -0400 Subject: [PATCH] update readme --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9a10d76..7d4d056 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ It is copyrighted by Martin Steigemann and Wolfgang Bangerth and distributed under the same license as the deal.II library, i.e. The GNU Lesser General Public License (LGPL) version 2.1 or later. +Requirements: +============= + +- CMake +- Qt toolkit + Usage: ====== @@ -13,10 +19,7 @@ file in a format that the GUI can understand; this is done using the ParameterHandler::print_parameters() function with ParameterHandler::XML as second argument, as discussed in more detail below in the Representation of Parameters section. This file can then be loaded using the -executable for the GUI, which should be located in -lib/bin/dealii_parameter_gui of your deal.II installation, -assuming that you have a sufficiently recent version of the Qt toolkit installed. +executable of this GUI. Once loaded, the GUI displays subsections and individual parameters in tree form (see also the discussion in the Representation of Parameters -- 2.39.5