Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moose
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sahil Moza
moose
Commits
cbee1629
Commit
cbee1629
authored
8 years ago
by
Dilawar Singh
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update index.rst
Removed `libsbml-dev` requirement. Also `moosegui` is now `moose`.
parent
eeb6e80d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/introduction/install/index.rst
+1
-13
1 addition, 13 deletions
docs/introduction/install/index.rst
with
1 addition
and
13 deletions
docs/introduction/install/index.rst
+
1
−
13
View file @
cbee1629
...
...
@@ -78,21 +78,9 @@ Next, you need to install required dependencies.
- cmake (version 2.8 or higher)
- gsl-1.16 or higher `download <ftp://ftp.gnu.org/gnu/gsl/>`_.
- libhdf5 development package.
- libsbml (5.9.0, optional). `download <https://sourceforge.net/projects/sbml/files/libsbml/5.9.0/stable/>`_
- python development package
- numpy
.. note::
`libsml` needs to be compiled with ``zlib`` and ``lxml`` (requires ``libxml2-dev`` or ``libxml2-devel```
package) support without which, you might face link time errors. Following instructions are known to
work::
$ wget http://sourceforge.net/projects/sbml/files/libsbml/5.9.0/stable/libSBML-5.9.0-core-src.tar.gz
$ tar -xzvf libSBML-5.9.0-core-src.tar.gz
$ cd libsbml-5.9.0
$ ./configure --with-zlib --with-libxml
$ make
$ sudo make install
Most of the dependencies can be installed using package manager.
On ``Debian/Ubuntu``
...
...
@@ -175,7 +163,7 @@ Now you can fire up the GUI
.. note::
If you have installed ``moose`` using the package, then GUI is launched by
running following commnad::
$ moose
gui
$ moose
Building moogli
---------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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