From: wolf
Date: Tue, 25 Jun 2002 14:57:31 +0000 (+0000)
Subject: Apply FAQ patch by chupeev alexander
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b49779dcb2ffb9652c1e1935605d48d9daf76a2;p=dealii-svn.git
Apply FAQ patch by chupeev alexander
git-svn-id: https://svn.dealii.org/trunk@6185 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/faq.html b/deal.II/doc/faq.html
index efd3a96332..4b845edc4d 100644
--- a/deal.II/doc/faq.html
+++ b/deal.II/doc/faq.html
@@ -24,6 +24,7 @@
with gcc version 2.96!
Can I use deal.II on a
Windows platform?
+ Building online documentation under Cygwin.
Can I use/implement triangles/tetrahedra
in deal.II?
Can I solve problem XXX with
@@ -97,6 +98,26 @@
any other Windows compiler, get in contact!
+
+ Building online documentation under
+ Cygwin.
+
+
+ The Perl utility from Cygwin distribution (up to version 5.6.1-2)
+ contains a bug that causes a "permission denied" error when inplace
+ editing (using the -pi
switch). This bug prevents
+ building the online documentation from the source files. To solve
+ this problem there are two workarounds as described in
+ Cygnus Solutions mailing list. First, one should specify an
+ explicit extension in all makefiles, i.e. replace all
+ -npi
or -pi
options with
+ -npi~
or -pi~
for example. Second, apply a
+ patch to source code of perl utility and recompile.
+
+
+
+
Can I use/implement
triangles/tetrahedra in deal.II?