Skip to content

Commit

Permalink
docs: Mention installation via package managers
Browse files Browse the repository at this point in the history
  • Loading branch information
dbr committed Dec 12, 2012
1 parent cb52601 commit a2be40f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/installation.rst
Expand Up @@ -3,6 +3,36 @@ Installation

.. _building-from-source:

The easy way
************

While prebuilt binaries are not yet available for all paltforms, OCIO
is available via several platform's package managers.

Fedora and RHEL
+++++++++++++++

In Fedora Core 15 and above, the following command will install OpenColorIO::

yum install OpenColorIO

This also works in RedHat Enterprise Linux, providing you are using the `Fedora EPEL repository <http://fedoraproject.org/wiki/EPEL>`__ (see the `FAQ for instructions <http://fedoraproject.org/wiki/EPEL/FAQ#Using_EPEL>`__)

OS X using Homebrew
+++++++++++++++++++

You can use the Homebrew package manager to install OpenColorIO on OS X.

First install Homebrew as per the instructions on the `Homebrew
homepage <http://mxcl.github.com/homebrew/>`__ (or see the `Homebrew wiki
<https://github.com/mxcl/homebrew/wiki/Installation>`__ for more
detailed instructions)

Then simply run the following command to install::

brew install opencolorio


Building from source
********************

Expand Down

3 comments on commit a2be40f

@hobbes1069
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nits:

  1. We may want to mention the major RHEL derivatives and note that the minimum RHEL version is 6. I have not built packages for 5.
    "This also works for RHEL/CentOS/SL 6, ..."
    Or something like that.

@dbr
Copy link
Owner Author

@dbr dbr commented on a2be40f Dec 13, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ohh, of course, edited in ae53259 - is that right?

@hobbes1069
Copy link

@hobbes1069 hobbes1069 commented on a2be40f Dec 13, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.