From e9d20501fc09da2bbf2997d39feb2cf8ca7911d5 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawar@users.noreply.github.com> Date: Fri, 27 May 2016 19:06:48 +0530 Subject: [PATCH] Changes from md to rst --- docs/introduction/install/index.rst | 33 ++++++++++++----------------- 1 file changed, 13 insertions(+), 20 deletions(-) diff --git a/docs/introduction/install/index.rst b/docs/introduction/install/index.rst index 8b5840a6..9fd31df1 100644 --- a/docs/introduction/install/index.rst +++ b/docs/introduction/install/index.rst @@ -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 more addtional packages +For MOOSE Graphical User Interface (GUI), there are additional 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 its python extentions, `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 - -- GitLab