From d0da00e48f43758619ed637875022992878d6acd Mon Sep 17 00:00:00 2001
From: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@hhu.de>
Date: Fri, 29 Dec 2017 17:36:52 +0100
Subject: [PATCH] note about SIP in MacOS

---
 inst/INSTALL | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/inst/INSTALL b/inst/INSTALL
index e1a306b..f49bb56 100644
--- a/inst/INSTALL
+++ b/inst/INSTALL
@@ -5,11 +5,11 @@ GNU R package sybilSBML: Link to libSBML for sybil
 # All Systems
 # ---------------------------------------------------------------------------- #
 
-First make sure you have installed libsbml >= 5.13 with the FBC package. At 
-http://sbml.org/Software/libSBML you can find installers for various plattforms
-and the source to compile by yourself. In this case download the file
+First make sure you have installed libsbml >= 5.13 with the FBC and groups
+package. At http://sbml.org/Software/libSBML you can find installers for various
+plattforms and the source to compile by yourself. In this case download the file
 libSBML-5.13.0-core-plus-packages-src.* from their sourceforge page and use the 
-configure option "--enable-fbc".
+configure options "--enable-fbc --enable-groups".
 
 The installation procedure for the sybilSBML package needs to know where to
 find the libSBML include directory and where to find the callable library.
@@ -18,6 +18,10 @@ find the libSBML include directory and where to find the callable library.
 # Linux and MacOS X installation
 # ---------------------------------------------------------------------------- #
 
+NOTE for MacOS: Onward from OS X 10.11 you might need to deactivate the System
+Integrity Protection (SIP). Otherwise R won't be able to load the compiled
+library.
+
 There are basically four different ways of installing the sybilSBML package:
 
 1) Use --with-sbml-<ARG>
-- 
GitLab