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
6f5ceea5
Commit
6f5ceea5
authored
8 years ago
by
Dilawar Singh
Browse files
Options
Downloads
Patches
Plain Diff
Some more changes to make formatting consistent with RST
parent
7d9c3f84
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
+29
-33
29 additions, 33 deletions
docs/introduction/install/index.rst
with
29 additions
and
33 deletions
docs/introduction/install/index.rst
+
29
−
33
View file @
6f5ceea5
...
...
@@ -4,15 +4,13 @@ Installation
Use pre-built packages
----------------------
We recommend that you use our repositories hosted at
[
Open Build
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
and follow
the
instructions.
We recommend that you use our repositories hosted at
`
Open Build
Service <http://build.opensuse.org>`_.
We have `MOOSE` and `moogli` packages for Debian, Ubuntu,
CentOS, Fedora, OpenSUSE/SUSE, RHEL, Scientific Linux.
Visit `this page <https://software.opensuse.org/download.html?project=home:moose&package=moose>`_
and follow instructions.
https://software.opensuse.org/download.html?project=home:moose&package=moose
After adding the repositories to you package manager (as instructed on the site)
You can install both `moose` and `moogli` using your package manager:
After adding the repositories to your package manager (read the instructed on the site)
You can install both `moose` and `moogli` using your package manager.
On Debian/Ubuntu ::
...
...
@@ -26,8 +24,7 @@ On openSUSE ::
$ sudo zypper install moose moolgi
In case, your distribution is not listed on the repository page or
In case your distribution is not listed on the repository page or
you want to build the lastest development code, following section lists out the
steps to build MOOSE from its source code.
...
...
@@ -40,11 +37,13 @@ First, Download the latest source code of moose from github using `git`::
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
get the source code.
get the source code::
$ wget https://github.com/BhallaLab/moose/archive/master.zip
Install dependencies
~~~~~~~~~~~~~~~~~~~
Next, you have to install
all
required dependencies.
Next, you have to install required dependencies.
- cmake (version 2.8 or higher)
- gsl-1.16 or higher `Source code <ftp://ftp.gnu.org/gnu/gsl/>`_.
...
...
@@ -53,50 +52,47 @@ Next, you have to install all required dependencies.
`here <https://sourceforge.net/projects/sbml/files/libsbml/5.9.0/stable/>`_
Make sure that `libsml` is installed with `zlib` and `lxml` support.
If you are using buildtools, then use the following to install libsbml.
- 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 --prefix=/usr --with-zlib --with-libxml
- make
- sudo make install
If you are using buildtools, then use the following to install libsbml::
$ 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 --prefix=/usr --with-zlib --with-libxml
$ make
$ sudo make install
- python development package
-
python
numpy
- numpy
On Ubuntu these can be installed by following command:
$ sudo apt-get install libhdf5-dev cmake libgsl0-dev
On Ubuntu these can be installed by following command::
$ sudo apt-get install libhdf5-dev cmake libgsl0-dev libpython-dev python-numpy
On CentOS/Fedora/RHEL
$ sudo yum install hdf5-devel cmake libgsl-dev
On CentOS/Fedora/RHEL
::
$ sudo yum install hdf5-devel cmake libgsl-dev
python-devel python-numpy
On OpenSUSE
$ sudo zypper install hdf5-devel cmake libgsl-dev
$ sudo zypper install hdf5-devel cmake libgsl-dev
python-devel python-numpy
For MOOSE Graphical User Interface (GUI),
there ar
e additional dependencies
:
For MOOSE Graphical User Interface (GUI),
som
e additional dependencies
are required
- matplotlib
- Python-qt4
On Ubuntu/Debian, these can be installed with:
On Ubuntu/Debian, these can be installed with::
$ sudo apt-get install python-matplotlib python-qt4
On CentOS/Fedora/RHEL,
On CentOS/Fedora/RHEL::
$ sudo yum install python-matplotlib python-qt4
Now use `cmake` to build moose
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. codeblock:: bash
$ cd /to/moose/source/code
$ mkdir _build
$ cd _build
$ cmake ..
$ make
$ ctest --output-on-failure
$ ctest --output-on-failure
# optional
This will build pyMOOSE (MOOSE's python extention), `ctest` will run few tests to
check if build process was successful.
...
...
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