From 9dbe8dbe9c3b0cabf173c3a110b7027552e4f8f2 Mon Sep 17 00:00:00 2001 From: Roland Kaufmann Date: Thu, 26 Sep 2013 14:42:08 +0200 Subject: [PATCH] Instructions on how to build prerequisites on MacOS X Although it is possible using the GNU toolchain, there is probably a larger base which has the Apple toolchain and want to use that. --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README b/README index bb5c5bd8..ea87ff0b 100644 --- a/README +++ b/README @@ -117,6 +117,22 @@ sudo yum-config-manager --add-repo \ http://www.opm-project.org/packages/current/redhat/6/opm.repo sudo yum install libsuperlu3 ert.ecl-devel dune-istl-devel + +DEPENDENCIES FOR MACOS X +------------------------ + +You can build opm-core with Apple Xcode 4.6 or later, Ruby 1.9 or later +and the Homebrew port system: + +# activate necessary repositories +brew tap homebrew/science +brew tap opm/opm + +# libraries necessary for OPM +caffeinate brew install suite-sparse superlu ert.ecl +caffeinate brew install --with-c++11 boost tinyxml dune-istl + + DOWNLOADING -----------