From 53c9987722ae6d4d34a151d19c393a647dda5d64 Mon Sep 17 00:00:00 2001 From: maier Date: Mon, 5 Nov 2012 10:37:48 +0000 Subject: [PATCH] Add a small Readme to the top level directory git-svn-id: https://svn.dealii.org/branches/branch_cmake@27392 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 deal.II/README diff --git a/deal.II/README b/deal.II/README new file mode 100644 index 0000000000..26ce9adc64 --- /dev/null +++ b/deal.II/README @@ -0,0 +1,11 @@ +For the impatient one: + +Configure compile and install the deal.II library with: + + $ mkdir build + $ cd build + $ cmake -DCMAKE_INSTALL_PREFIX=/path/where/deal.II/should/be/intalled/to .. + $ make install (alternatively $ make -j install) + +A detailed Readme can be found at doc/readme.html and doc/cmake.html or at +http://dealii.org/. -- 2.39.5