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
7d9c3f84
Commit
7d9c3f84
authored
8 years ago
by
Dilawar Singh
Browse files
Options
Downloads
Patches
Plain Diff
Update index.rst
parent
f8908825
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!196
Update index.rst
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/introduction/install/index.rst
+13
-14
13 additions, 14 deletions
docs/introduction/install/index.rst
with
13 additions
and
14 deletions
docs/introduction/install/index.rst
+
13
−
14
View file @
7d9c3f84
...
@@ -4,42 +4,41 @@ Installation
...
@@ -4,42 +4,41 @@ Installation
Use pre-built packages
Use pre-built packages
----------------------
----------------------
We
strongly
recommend that you use our repositories hosted at [Open Build
We recommend that you use our repositories hosted at [Open Build
Service](http://build.opensuse.org). We have packages for Debian, Ubuntu,
Service](http://build.opensuse.org). We have
`MOOSE` and `moogli`
packages for Debian, Ubuntu,
CentOS, Fedora, OpenSUSE/SUSE, RHEL, Scientific Linux. Visit the following page
CentOS, Fedora, OpenSUSE/SUSE, RHEL, Scientific Linux. Visit the following page
and follow the instructions.
and follow the instructions.
https://software.opensuse.org/download.html?project=home:moose&package=moose
https://software.opensuse.org/download.html?project=home:moose&package=moose
You can get both `moose` and `moogli` from the repositories after adding the
After adding the repositories to you package manager (as instructed on the site)
repository to
your package manager
e.g.
You can install both `moose` and `moogli` using
your package manager
:
On Debian/Ubuntu
On Debian/Ubuntu
::
$ sudo apt-get install moose moogli
$ sudo apt-get install moose moogli
On CentOS/RHEL/Fedora/Scientific Linux
On CentOS/RHEL/Fedora/Scientific Linux
::
$ sudo yum install moose moogli
$ sudo yum install moose moogli
On openSUSE
On openSUSE
::
$ sudo zypper install moose moolgi
$ sudo zypper install moose moolgi
Pre-built binary packages takes care of dependencies. And also you don't have to
In case, your distribution is not listed on the repository page or
build the MOOSE by yourself. In case, your distribution is not listed above or
you want to build the lastest development code, following section lists out the
you want to build the lastest development code, following section lists out the
steps to build MOOSE from its source code.
steps to build MOOSE from its source code.
Building from source
Building from source
-------------------
-------------------
First, Download the latest source code of moose from github using `git`
First, Download the latest source code of moose from github using `git`
::
$ git clone https://github.com/BhallaLab/moose
$ git clone https://github.com/BhallaLab/moose
Or, alternatively, you can download the `zip` file by clicking on the following
Or, alternatively, you can download the
`
`zip`
`
file by clicking on the following
link, https://github.com/BhallaLab/moose/archive/master.zip. Unzip the file to
link, https://github.com/BhallaLab/moose/archive/master.zip. Unzip the file to
get the source code.
get the source code.
...
@@ -47,11 +46,11 @@ Install dependencies
...
@@ -47,11 +46,11 @@ Install dependencies
~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~
Next, you have to install all required dependencies.
Next, you have to install all required dependencies.
- cmake
- cmake
(version 2.8 or higher)
- gsl-1.16 or higher
[
Source code
](
ftp://ftp.gnu.org/gnu/gsl/
)
.
- gsl-1.16 or higher
`
Source code
<
ftp://ftp.gnu.org/gnu/gsl/
>`_
.
- libhdf5 development package. Get it from
- libhdf5 development package. Get it from
- libsbml (5.9.0, optional). You can download it from
- libsbml (5.9.0, optional). You can download it from
[
here
](
https://sourceforge.net/projects/sbml/files/libsbml/5.9.0/stable/
)
`
here
<
https://sourceforge.net/projects/sbml/files/libsbml/5.9.0/stable/
>`_
Make sure that `libsml` is installed with `zlib` and `lxml` support.
Make sure that `libsml` is installed with `zlib` and `lxml` support.
If you are using buildtools, then use the following to install libsbml.
If you are using buildtools, then use the following to install libsbml.
...
...
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