Skip to content

Commit

Permalink
Update MacPorts install instructions (AcademySoftwareFoundation#1611)
Browse files Browse the repository at this point in the history
* Update MacPorts install instructions

Signed-off-by: Cary Phillips <cary@ilm.com>

* remove sudo

Signed-off-by: Cary Phillips <cary@ilm.com>

* mention vcpkg for Windows

Signed-off-by: Cary Phillips <cary@ilm.com>

---------

Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Feb 12, 2024
1 parent bdd1dc1 commit c8f3e3d
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions website/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <https://formulae.brew.sh/formula/openexr>`_:

.. code-block::
% brew install openexr
We do not recommend installation via
`Macports <https://ports.macports.org/port/openexr>`_ because the
distribution is out of date.
Alternatively, you can install on macOS via `MacPorts
<https://ports.macports.org/port/openexr>`_:

.. code-block::
% port install openexr
Windows
-------

Install via `vcpkg <https://vcpkg.io/en/packages>`_:

.. code-block::
% .\vcpkg install openexr
Also note that the official OpenEXR project does not provide supported
python bindings. ``pip install openexr`` installs the `openexrpython
<https://github.com/jamesbowman/openexrpython>`_ module, which is not
affiliated with the OpenEXR project or the ASWF. Please direct
questions there.
Build from Source
-----------------
Expand Down

0 comments on commit c8f3e3d

Please sign in to comment.