$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/path/where/deal.II/should/be/intalled/to ..
$ make install (alternatively $ make -j<N> install)
+ $ make test
A detailed ReadME can be found at ./doc/readme.html and
./doc/users/cmake.html or at http://www.dealii.org/.
<ol>
+ <li> New: introduced "make test" that runs a minimal set of tests. We
+ encourage every user to run this, especially if they run in to problems.
+ The tests are automatically picked depending on the configuration and
+ will be shipped with every release.
+ <br>
+ (Timo Heister, Matthias Maier, 2013/11/08)
+ </li>
+
<li> Changed: It is now possible to restore a parallel Triangulation
(and solutions) with a different number of processors it was saved with
using Triangulation::save() and Triangulation::load().
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/dir ../deal.II
make install
+ make test
</pre>
<p>
- These steps compile, link and install the deal.II library. The
- whole process should take between a few minutes and an hour, depending
- on your machine.
+ These steps compile, link, install the deal.II library, and run a few
+ consistency checks. The whole process should take between a few minutes
+ and an hour, depending on your machine.
</p>
<p>
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams