From b483108ad64511c1150b203e36eeef2ed12bbf7f Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth
Date: Tue, 11 Nov 2014 18:21:08 -0600
Subject: [PATCH] Add OpenCASCADE installation instructions.
---
doc/external-libs/opencascade.html | 5 ++++-
doc/readme.html | 25 ++++++++++++++++++++++++-
2 files changed, 28 insertions(+), 2 deletions(-)
diff --git a/doc/external-libs/opencascade.html b/doc/external-libs/opencascade.html
index 79244dc713..2c85e202f8 100644
--- a/doc/external-libs/opencascade.html
+++ b/doc/external-libs/opencascade.html
@@ -56,7 +56,10 @@ The default options are good for the deal.II library.
-DOPENCASCADE_DIR=/path/to/opencascade/or/oce
- when invoking cmake
.
+ when invoking cmake
. Alternatively, you can also set an environment
+ variable OPENCASCADE_DIR
(valid alternatives are
+ also OCC_DIR
and OCE_DIR
) and cmake
+ will pick up this path.
You can override the autodetection by manually setting
diff --git a/doc/readme.html b/doc/readme.html
index 8faae0f3dc..4202c942fc 100644
--- a/doc/readme.html
+++ b/doc/readme.html
@@ -460,7 +460,7 @@
e.g. ending in -dev
or -devel
.
After that cmake
will automatically find the
library and use it.
-
+
Configuring the interface to a self compiled package,
say foo
can usually be done by specifying
@@ -596,6 +596,29 @@
+
+
+ OpenCASCADE
+
+
+ Open CASCADE Technology is a software development kit for
+ applications dealing with 3D CAD data, freely available in
+ open source. Our internal interface works with the legacy
+ version of OpenCASCADE, which you can download and install
+ from the official website, as well as with the OpenCASCADE
+ Community Edition (OCE, available at
+ https://github.com/tpaviot/oce),
+ which offers a cmake
+ interface for its compilation. Alternatively, you can
+ install one of the many external applications that ship with
+ OpenCASCADE internally (for example
+ SALOME, or
+ FreeCAD). Further
+ installation instructions can be
+ found here.
+
+
NetCDF