From bfc262971a9a9837db76ece63ecf5a58426a7e66 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 8 Sep 2000 11:10:05 +0000 Subject: [PATCH] Document one of the things for the Windows port. git-svn-id: https://svn.dealii.org/trunk@3312 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index c46be1c3cb..88835d2e52 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -37,7 +37,12 @@
  • Sun Solaris 2.5, 2.6, and 7, with and gcc 2.95.x;
  • SGI IRIX64 with gcc 2.95.x;
  • IBM AIX 4.2, with gcc 2.95.x (with some restrictions on - the use of shared libraries). + 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. deal.II uses only very few features of an operating system. It should therefore be rather simple to port it -- 2.39.5