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
5304fbe8
Commit
5304fbe8
authored
8 years ago
by
Dilawar Singh
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update index.rst
parent
25a35d08
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/introduction/install/index.rst
+14
-23
14 additions, 23 deletions
docs/introduction/install/index.rst
with
14 additions
and
23 deletions
docs/introduction/install/index.rst
+
14
−
23
View file @
5304fbe8
...
...
@@ -8,8 +8,7 @@ Linux
^^^^^
We recommend that you use our repositories hosted at `Open Build Service
<http://build.opensuse.org>`_. We have packages of both ``MOOSE`` and
``moogli`` for following distributions
<http://build.opensuse.org>`_. We have packages for the following distributions
- Debian 7.0, 8.0
- Ubuntu 12.04, 14.04, 15.04, 15.10, 16.04
...
...
@@ -25,9 +24,7 @@ Visit `this page
pick you distribution and follow instructions.
.. note::
``moogli`` is also available in the same repositories (except CentOS-6).
Use your package manager to install moogli as well e.g. ``sudo apt-get install moogli``
or ``sudo yum install moogli``.
``moogli`` (tool to visualize network activity) is not available for CentOS-6.
.. raw:: html
<iframe
...
...
@@ -43,10 +40,8 @@ Download the ``dmg`` file from `here <https://github.com/BhallaLab/moose/release
Alternatively, you can use ``homebrew`` to install ``moose``
::
$ brew install moose
$ brew install
homebrew/science/
moose
.. note::
Check the status of pull request here https://github.com/Homebrew/homebrew-science/pull/2958
Windows/Cygwin
^^^^^^^^^^^^^^
...
...
@@ -73,13 +68,15 @@ versions from here `https://github.com/BhallaLab/moose/releases`.
Install dependencies
~~~~~~~~~~~~~~~~~~~
Next, you need to install required dependencies.
Next, you need to install required dependencies. Depending on your OS, names of
following packages may vary.
- cmake (version 2.8 or higher)
- gsl-1.16 or higher `download <ftp://ftp.gnu.org/gnu/gsl/>`_.
- libhdf5 development package
.
- python development package
- numpy
- libhdf5 development package
e.g. `libhdf5-serial-dev` or `libhdf5-devel`
- python development package
e.g. `python-dev` or `python-devel`
- numpy
e.g. `python-numpy` or `numpy`
Most of the dependencies can be installed using package manager.
...
...
@@ -161,7 +158,7 @@ Now you can fire up the GUI
$ python mgui.py
.. note::
If you have installed ``moose``
using the
package, then GUI is launched by
If you have installed ``moose`` package, then GUI is launched by
running following commnad::
$ moose
...
...
@@ -171,20 +168,14 @@ Building moogli
``moogli`` is subproject of ``MOOSE`` for visualizing models. More details can
be found `here <http://moose.ncbs.res.in/moogli>`_.
Prefer installing ``moogli`` packages from the repository as indicated on the
top of this page. Link to ``moogli`` repository is given below
`https://software.opensuse.org/download.html?project=home%3Amoose&package=moogli`
.. note::
If you have already added the repository, ``moogli`` is already available in
your package-manager.
`Moogli` is part of `moose` package. Building moogli can be tricky because of
multiple depednecies it has.
To get the latest source code of ``moogli``, click on `this link <https://github.com/BhallaLab/moogli/archive/master.zip>`_.
Building ``moogli`` could be tricky. It
depends on ``OpenSceneGraph`` (version
3.2.0 or higher) which may not
be easily available for your operating system.
Moogli
depends on ``OpenSceneGraph`` (version
3.2.0 or higher) which may not
be easily available for your operating system.
For this reason, we distribute required ``OpenSceneGraph`` with ``moogli``
source code.
...
...
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