Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sybilSBML
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
general
ccb
sybilSBML
Commits
d0da00e4
Commit
d0da00e4
authored
7 years ago
by
Claus Jonathan Fritzemeier
Browse files
Options
Downloads
Patches
Plain Diff
note about SIP in MacOS
parent
5fcbe8b8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
inst/INSTALL
+8
-4
8 additions, 4 deletions
inst/INSTALL
with
8 additions
and
4 deletions
inst/INSTALL
+
8
−
4
View file @
d0da00e4
...
...
@@ -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 option
s
"--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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment