Skip to content

Commit

Permalink
Update INSTALL file with information about Fink package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanspeter Niederstrasser authored and lgritz committed Jan 25, 2015
1 parent b8c2bd3 commit a72a8ca
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,18 @@ installed using the standard package managers on your system.
Optionally, to build the image viewing tools, you will need Qt, OpenGL,
and GLEW.

On OS X, these dependencies can be installed using MacPorts or
Homebrew. After installation of either of these package installers,
use the "port" or "brew" commands (respectively) to install the
dependencies (e.g. "port install qt4-mac" or "brew update;
brew doctor; brew install qt") before invoking make as described below.
On OS X, these dependencies can be installed using Fink, MacPorts or
Homebrew. After installation of any of these package installers, use
the "fink", "port" or "brew" commands (respectively) to install the
dependencies (e.g. "fink install libpng16", "port install qt4-mac" or "brew
update; brew doctor; brew install qt") before invoking make as described
below.

On OS X, Fink can also be used to directly compile and install the OpenImageIO
tools directly with the command "fink install openimageio-tools". On OS X
releases where Fink has a binary distribution (10.8, 10.9, and 10.10 as
of 2015), the command "apt-get install openimageio-tools" will fetch
prebuilt binaries.

Dependent libraries can be installed in either the system default
locations or in custom directories. Libraries installed in custom
Expand Down

0 comments on commit a72a8ca

Please sign in to comment.