<p>
<acronym>deal.II</acronym> uses very few system dependent
features. Consequently, there is a good chance that it might also run on other
- systems besides the ones listed in the
+ systems besides the ones listed in the
<a href="readme.html" targte="body">ReadMe file</a>. Nevertheless,
there are cases where some adjustments are necessary.
</p>
the <code>configure</code> shell script. By convention, input files have a
file ending <code>.in</code>; the two most important input/output file pairs
are <code>common/Make.global_options</code>
- and <code>common/Make.global_options.in</code> as well as
+ and <code>common/Make.global_options.in</code> as well as
<code>include/deal.II/base/config.h.in</code>
and <code>include/deal.II/base/config.h</code>.
</p>
quickest way to make <acronym>deal.II</acronym> run on your system
is to run <code>configure</code> and change things in
<code>common/Make.global_options</code> by hand so that it works for
- you. The downside is that
+ you. The downside is that
this file is overwritten next time you run <code>./configure</code>.
</p>
<code>common/Make.global_options</code>, e.g. by setting the variable
<code>enable-shared</code> to <code>no</code>, or by changing the compiler flags in
the variables <code>CXXFLAGS.g</code> (for debug mode) or <code>CXXFLAGS.o</code> (for
- optimized mode). The most important variables in
+ optimized mode). The most important variables in
<code>common/Make.global_options</code> are
<a href="development/makefiles.html">listed here</a>.
</p>
of the library.
</p>
</ul>
- </p>
-
-
- <h2>Cheap porting</h2>
-
- <p>
- If for some reason you cannot get <acronym>deal.II</acronym> to run
- on your system, or if you don't have the expertise to dig into the
- low-level parts of your system, and if you can provide a test
- account, you may ask us to try to get things running on your
- machine. Please note that <em>we can't promise to do that as <acronym>deal.II</acronym> is
- largely a volunteer project and we can only do it if time
- permits!</em> Nevertheless, we have an interest to have the library
- running on as many platforms as possible, so the odds are not that
- bad that we will find some spare time.
</p>
<hr>
-
+
<address>
<a href="mail.html" target="body">The deal.II Group</a>
</address>