From 21cac00e9db2256842d70eb14d9865a5303e10ab Mon Sep 17 00:00:00 2001 From: James Noeckel Date: Wed, 14 Aug 2019 09:13:23 -0700 Subject: [PATCH] mention OSX build requirements in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cff0980..e85165c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ See homepage at http://www.excamera.com/sphinx/articles-openexr.html ## Requirements -To build from source, a C++ compiler and libraries and development headers for OpenEXR and zlib are required. In Ubuntu, the `g++`, `libopenexr-dev` and `zlib1g-dev` packages suffice all requirements. +To build from source, a C++ compiler and libraries and development headers for OpenEXR and zlib are required. In Ubuntu, the `g++`, `libopenexr-dev` and `zlib1g-dev` packages suffice all requirements. In OSX, the Homebrew packages `openexr` and `zlib` will suffice. For the latest release, run: