From 471a7bbea673d5807ac03c969aa6f10461e82bea Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 28 Nov 2000 14:00:27 +0000 Subject: [PATCH] Page on Windows. git-svn-id: https://svn.dealii.org/trunk@3510 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/platforms/windows.html | 38 ++++++++++++++++++++++++++++++ deal.II/doc/readme.html | 20 +++++++--------- 2 files changed, 47 insertions(+), 11 deletions(-) create mode 100644 deal.II/doc/platforms/windows.html diff --git a/deal.II/doc/platforms/windows.html b/deal.II/doc/platforms/windows.html new file mode 100644 index 0000000000..414a39bb6b --- /dev/null +++ b/deal.II/doc/platforms/windows.html @@ -0,0 +1,38 @@ + + + + + + The deal.II Readme -- Installation Instructions + + + + + + + +

Installation instructions for Microsoft + Windows 95/98/2000/NT

+ +

+ We have no such system to try, but we have been told that it is + possible to use deal.II on Microsoft Windows + systems as well, using either the CygWin or MingW environments + that provide most of the Unix like features for the Windows system + as well (such as ``perl'', or ``make''). You simply have to run the + ``./configure'' script on the shell and follow the installation + instructions in the ReadMe + file. +

+ +

+ As far as we know, the only point to consider is that you + can't use the ``make'' distributed with MingW, but have to + use the GNU ``make'' from CygWin. If you should encounter other + problems, we would love to hear about it and will try to provide + fixes for them. +

+ + + diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index cbfb9f69f2..3106b8081c 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -36,22 +36,20 @@
  • Linux ELF with gcc 2.95.x;
  • Sun Solaris 2.5, 2.6, and 7, with and gcc 2.95.x;
  • IBM AIX 4.2, with gcc 2.95.x (with some restrictions on - the use of shared libraries); -
  • A port to Microsoft Windows 95/98/2000/NT is under way, - using MingW or - CygWin; one of the things that are already known is that you - can't use the ``make'' distributed with MingW, but have to - use the ``make'' from CygWin. + the use of shared libraries). Furthermore, for the following list of systems, we have collected our experiences on separate pages:

    -- 2.39.5