From: Timo Heister Date: Sun, 9 Apr 2017 02:31:54 +0000 (-0400) Subject: update readme X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47967460020cabeb41e26c82c39f6aae9caf8815;p=parameter_gui.git update readme --- 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