-DOPENCASCADE_DIR=/path/to/opencascade/or/oce
</pre>
- when invoking <code>cmake</code>.
+ when invoking <code>cmake</code>. Alternatively, you can also set an environment
+ variable <code>OPENCASCADE_DIR</code> (valid alternatives are
+ also <code>OCC_DIR</code> and <code>OCE_DIR</code>) and cmake
+ will pick up this path.
</p>
<p>
You can override the autodetection by manually setting
e.g. ending in <code>-dev</code> or <code>-devel</code>.
After that <code>cmake</code> will automatically find the
library and use it.</b>
- </li>
+ </li>
<li>
Configuring the interface to a self compiled package,
say <code>foo</code> can usually be done by specifying
</dd>
+ <dt>
+ <a name="opencascade"></a>
+ <a href="http://www.opencascade.org/">OpenCASCADE</a>
+ </dt>
+ <dd>
+ 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
+ <a href="https://github.com/tpaviot/oce">https://github.com/tpaviot/oce</a>),
+ 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
+ <a href="http://www.salome-platform.org/">SALOME</a>, or
+ <a href="http://www.freecadweb.org/">FreeCAD</a>). Further
+ installation instructions can be
+ found <a href="external-libs/opencascade.html"
+ target="body">here</a>.
+ </dd>
+
<dt><a name="netcdf"></a><a href="http://www.unidata.ucar.edu/software/netcdf/" target="_top">NetCDF</a></dt>
<dd>
<a href="http://www.unidata.ucar.edu/software/netcdf/"