~ubuntu-branches/ubuntu/saucy/deal.ii/saucy

« back to all changes in this revision

Viewing changes to doc/platforms/windows.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2009-05-08 23:13:50 UTC
  • Revision ID: james.westby@ubuntu.com-20090508231350-rrh1ltgi0tifabwc
Tags: upstream-6.2.0
ImportĀ upstreamĀ versionĀ 6.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
 
2
   "http://www.w3.org/TR/REC-html40/frameset.dtd">
 
3
<html>
 
4
  <head>
 
5
    <link href="../screen.css" rel="StyleSheet" media="screen">
 
6
    <title>The deal.II Readme -- Installation Instructions</title>
 
7
    <meta name="author" content="the deal.II authors <authors@dealii.org>">
 
8
    <meta name="keywords" content="deal.II">
 
9
  </head>
 
10
 
 
11
  <body>
 
12
 
 
13
 
 
14
    <h1>Installation instructions for Microsoft
 
15
           Windows 95/98/2000/NT/XP</h1>
 
16
 
 
17
    <p>
 
18
    It is possible to install <acronym>deal.II</acronym> on Microsoft Windows
 
19
    systems as well, using either the <a href="http://www.cygwin.com">Cygwin</a> 
 
20
    or <a href="http://www.mingw.org">MingW</a> environments
 
21
    that provide most of the Unix like features for the Windows system
 
22
    as well (such as ``perl'', or ``make''). You simply have to run the
 
23
    ``./configure'' script on the shell and follow the installation
 
24
    instructions in the <a href="../readme.html" target="body">ReadMe</a>
 
25
    file. Also, you need to include the <code>deal.II/lib</code> path in your PATH 
 
26
    environment variable (e.g. by editing your <code>.bash_profile</code> 
 
27
    file or the Windows registry).
 
28
    </p>
 
29
 
 
30
    <p>
 
31
    As far as we know, the only point to consider is that you
 
32
    can't use the ``make'' distributed with MingW, but have to
 
33
    use the GNU ``make'' from CygWin. If you should encounter other
 
34
    problems, we would love to hear about it and will try to provide
 
35
    fixes for them.
 
36
    </p>
 
37
 
 
38
    <p>
 
39
    For more details, please have a look at the <a href="faq.html#windows">FAQ section</a>.
 
40
    </p>
 
41
 
 
42
  </body>
 
43
</html>