From: maier Date: Mon, 5 Nov 2012 10:37:48 +0000 (+0000) Subject: Add a small Readme to the top level directory X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53c9987722ae6d4d34a151d19c393a647dda5d64;p=dealii-svn.git 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 --- 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/.