<html>
<head>
<title>The deal.II Readme</title>
- <link href="screen.css" rel="StyleSheet">
+ <link href="../screen.css" rel="StyleSheet">
<meta name="author" content="the deal.II authors <authors @ dealii.org>">
<meta name="copyright" content="Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors">
<meta name="date" content="$Date$">
<h1>Details on the <acronym>deal.II</acronym> configuration and build system</h1>
<p>
- The <acronym>deal.II</acronym> <a href="readme.html"
+ The <acronym>deal.II</acronym> <a href="../readme.html"
target="body">README</a> file gives an overview over the basics
of configuring and building the <acronym>deal.II</acronym>
library. This page provides more details about using the
<code>DebugRelease</code> will build both libraries
</ul>
For more information, see the general discussion
- <a href="readme.html#configuration">here</a>.
+ <a href="../readme.html#configuration">here</a>.
</p>
<p>
<ul>
<li> <p> Documentation of the <a href="svn.html">SVN Archive</a> and
- information on <a href="http://www.dealii.org/changelogs/index.html"
+ information on <a href="http://www.dealii.org/changelogs/index.html"
target="body">Recent changes to the library</a>: If you want to stay
informed about what is going on with the library itself, you may want
to take a look at this page. You can browse the repository and
subscribe to an rss feed too.</p>
+ <li> <p>
+ <a href="cmake.html">deal.II CMake documentation</a>:
+ This page provides extensive information about usage and
+ development of the <acronym>deal.II</acronym> CMake build system.
- <li> <p><a href="makefiles.html" target="body">Makefiles</a>:
- The library has a file which exports several make variables
- to Makefiles which include it. This information may be used
- to make writing Makefiles more portable and simple. The
- exported variables are explained in this page and we show two
- generic Makefiles, one for small and one for larger projects.
+ <li> <p><a href="cmakefiles.html" target="body">Example CMakefiles</a>:
+ TODO
</p>
<li> <p><a href="writing-documentation.html" target="body">Writing
possibly with different arguments.
However, this sometimes leads to surprising results and you may
not get exactly what you were hoping for. For more information,
- see <a href="cmake.html">here</a>.
+ see <a href="development/cmake.html">here</a>.
</ul>
</p>
for all external libraries it can find in default paths.
However, this behavior can be changed using command line switches to
the initial call to <code>cmake</code>. A detailed description
- can be found <a href="cmake.html">here</a>.
+ can be found <a href="development/cmake.html">here</a>.
</p>
<p>
The <acronym>deal.II</acronym> <code>cmake</code> system allows far
greater control over what exactly is configured or built than just the
outline above. If you want to learn more about this, take a look
- <a href="cmake.html">here</a>.
+ <a href="development/cmake.html">here</a>.
</p>