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
e9d20501
Commit
e9d20501
authored
8 years ago
by
Dilawar Singh
Browse files
Options
Downloads
Patches
Plain Diff
Changes from md to rst
parent
d4ba03e0
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
+13
-20
13 additions, 20 deletions
docs/introduction/install/index.rst
with
13 additions
and
20 deletions
docs/introduction/install/index.rst
+
13
−
20
View file @
e9d20501
...
...
@@ -21,7 +21,8 @@ First, Download the latest source code of moose from github.
Install dependencies
~~~~~~~~~~~~~~~~~~~
For moose-core:
For `pymoose` (python module of MOOSE), following additional packages are required:
- gsl-1.16 or higher.
- libhdf5
...
...
@@ -38,25 +39,21 @@ For moose-core:
- ctest --output-on-failure # optional
- sudo make install
For python module of MOOSE, following additional packages are required:
- Development package of python e.g. libpython-dev
- python-numpy
For
python-gui, we need some mo
re addtional
packages
For
MOOSE Graphical User Interface (GUI), there a
re add
i
tional
dependencies:
- matplotlib
- setuptools (cmake uses it to install moose python extension and moogli)
- suds
- Python bindings for Qt4 or higher
- Python OpenGL
- Python bindings for Qt's OpenGL module
On Ubuntu-120.4 or higher, these can be installed with:
sudo apt-get install python-matplotlib python-qt4 python-qt4-gl
- python-matplotlib
- Python-qt4
On Ubuntu/Fedora, these can be installed with:
## Use `cmake` to build moose:
sudo apt-get install python-matplotlib python-qt4
sudo yum install python-matplotlib python-qt4
Now use `cmake` to build moose
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ mkdir _build
$ cd _build
...
...
@@ -64,7 +61,7 @@ On Ubuntu-120.4 or higher, these can be installed with:
$ make
$ ctest --output-on-failure
This will build
moose and it
s python extention
s
, `ctest` will run few tests to
This will build
pyMOOSE (MOOSE'
s python extention
)
, `ctest` will run few tests to
check if build process was successful.
To install MOOSE into non-standard directory, pass additional argument
...
...
@@ -72,9 +69,6 @@ To install MOOSE into non-standard directory, pass additional argument
After that installation is pretty easy.
Install
~~~~~~~
$ sudo make install
Building and installing moogli
...
...
@@ -103,4 +97,3 @@ On Ubuntu, following packages should suffice:
$ sudo apt-get install python-qt4-dev python-qt4-gl libopenscenegraph-dev python-sip-dev
libqt4-dev
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