diff --git a/website/install.rst b/website/install.rst index 8a0d265861..7f1d8aee27 100644 --- a/website/install.rst +++ b/website/install.rst @@ -10,6 +10,9 @@ Install .. toctree:: :caption: Install +Linux +----- + The OpenEXR library is available for download and installation in binary form via package managers on many Linux distributions. See `https://pkgs.org/download/openexr @@ -33,21 +36,31 @@ Beware that some distributions are out of date and only provide distributions of outdated releases OpenEXR. We recommend against using OpenEXR v2, and we *strongly* recommend against using OpenEXR v1. +macOS +----- + On macOS, install via `Homebrew `_: .. code-block:: % brew install openexr -We do not recommend installation via -`Macports `_ because the -distribution is out of date. +Alternatively, you can install on macOS via `MacPorts +`_: + +.. code-block:: + + % port install openexr + +Windows +------- + +Install via `vcpkg `_: + +.. code-block:: + + % .\vcpkg install openexr -Also note that the official OpenEXR project does not provide supported -python bindings. ``pip install openexr`` installs the `openexrpython -`_ module, which is not -affiliated with the OpenEXR project or the ASWF. Please direct -questions there. Build from Source -----------------