Skip to content
Snippets Groups Projects
Commit 099599b0 authored by Dilawar Singh's avatar Dilawar Singh Committed by GitHub
Browse files

Update index.rst

parent 5b6280ba
No related branches found
No related tags found
1 merge request!213Update rmoogli.py
...@@ -8,8 +8,7 @@ Linux ...@@ -8,8 +8,7 @@ Linux
^^^^^ ^^^^^
We recommend that you use our repositories hosted at `Open Build Service We recommend that you use our repositories hosted at `Open Build Service
<http://build.opensuse.org>`_. We have packages of both ``MOOSE`` and <http://build.opensuse.org>`_. We have packages for the following distributions
``moogli`` for following distributions
- Debian 7.0, 8.0 - Debian 7.0, 8.0
- Ubuntu 12.04, 14.04, 15.04, 15.10, 16.04 - Ubuntu 12.04, 14.04, 15.04, 15.10, 16.04
...@@ -25,9 +24,7 @@ Visit `this page ...@@ -25,9 +24,7 @@ Visit `this page
pick you distribution and follow instructions. pick you distribution and follow instructions.
.. note:: .. note::
``moogli`` is also available in the same repositories (except CentOS-6). ``moogli`` (tool to visualize network activity) is not available for CentOS-6.
Use your package manager to install moogli as well e.g. ``sudo apt-get install moogli``
or ``sudo yum install moogli``.
.. raw:: html .. raw:: html
<iframe <iframe
...@@ -43,10 +40,8 @@ Download the ``dmg`` file from `here <https://github.com/BhallaLab/moose/release ...@@ -43,10 +40,8 @@ Download the ``dmg`` file from `here <https://github.com/BhallaLab/moose/release
Alternatively, you can use ``homebrew`` to install ``moose`` 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 Windows/Cygwin
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^
...@@ -73,13 +68,15 @@ versions from here `https://github.com/BhallaLab/moose/releases`. ...@@ -73,13 +68,15 @@ versions from here `https://github.com/BhallaLab/moose/releases`.
Install dependencies 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) - cmake (version 2.8 or higher)
- gsl-1.16 or higher `download <ftp://ftp.gnu.org/gnu/gsl/>`_. - gsl-1.16 or higher `download <ftp://ftp.gnu.org/gnu/gsl/>`_.
- libhdf5 development package. - libhdf5 development package e.g. `libhdf5-serial-dev` or `libhdf5-devel`
- python development package - python development package e.g. `python-dev` or `python-devel`
- numpy - numpy e.g. `python-numpy` or `numpy`
Most of the dependencies can be installed using package manager. Most of the dependencies can be installed using package manager.
...@@ -161,7 +158,7 @@ Now you can fire up the GUI ...@@ -161,7 +158,7 @@ Now you can fire up the GUI
$ python mgui.py $ python mgui.py
.. note:: .. 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:: running following commnad::
$ moose $ moose
...@@ -171,20 +168,14 @@ Building moogli ...@@ -171,20 +168,14 @@ Building moogli
``moogli`` is subproject of ``MOOSE`` for visualizing models. More details can ``moogli`` is subproject of ``MOOSE`` for visualizing models. More details can
be found `here <http://moose.ncbs.res.in/moogli>`_. be found `here <http://moose.ncbs.res.in/moogli>`_.
Prefer installing ``moogli`` packages from the repository as indicated on the `Moogli` is part of `moose` package. Building moogli can be tricky because of
top of this page. Link to ``moogli`` repository is given below multiple depednecies it has.
`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.
To get the latest source code of ``moogli``, click on `this link <https://github.com/BhallaLab/moogli/archive/master.zip>`_. 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 Moogli depends on ``OpenSceneGraph`` (version 3.2.0 or higher) which may not
3.2.0 or higher) which may not be easily available for your operating system. be easily available for your operating system.
For this reason, we distribute required ``OpenSceneGraph`` with ``moogli`` For this reason, we distribute required ``OpenSceneGraph`` with ``moogli``
source code. source code.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment