From 59f6e9106e69c012d6bf4a004f43bf09d4349887 Mon Sep 17 00:00:00 2001 From: Thimo Neubauer <thimo@dune-project.org> Date: Thu, 30 Oct 2003 17:03:38 +0000 Subject: [PATCH] added docs on how to get started, tell that ./configure and make are only needed if Dune should be installed globally (or distributed as a tarball) [[Imported from SVN: r213]] --- README | 25 +++++++++++++++++++++++++ README.CVS | 21 +++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 README create mode 100644 README.CVS diff --git a/README b/README new file mode 100644 index 000000000..2da7252a0 --- /dev/null +++ b/README @@ -0,0 +1,25 @@ +DUNE-library +============ + +[descriptional text missing] + + +Getting started +--------------- + +The easiest way to use Dune is to rename this directory "dune" if it +has a different name and tell the application about it. That's +it. Really. :) + +If you want to install the Dune-headers globally on your system run +the following as "root": + + ./configure && make install + + +License +------- + +The Dune-library and headers are licensed under the GNU Lesser GPL +version 2.1. The full license text can be found in the file COPYING +and via http://www.gnu.org/licenses/lgpl.html diff --git a/README.CVS b/README.CVS new file mode 100644 index 000000000..290979545 --- /dev/null +++ b/README.CVS @@ -0,0 +1,21 @@ +Preparing the CVS-sources +========================= + +Additional to the software mentioned in README you'll need the +following programs installed on your system: + + automake >= 1.5 + + autoconf >= 2.50 + + +Run the script + + ./autogen.sh + +to get a ./configure-script. + + +$Id$ + + -- GitLab