Commit bec35e8f authored by William D. Fullmer's avatar William D. Fullmer
Browse files

edit all build instructions: form clone to download mfix-exa source

parent 74a1f275
Loading
Loading
Loading
Loading
+5 −14
Original line number Diff line number Diff line
@@ -29,21 +29,12 @@ review the general notes below and `Basics`_ section first.
Basics
------

Clone the source code
~~~~~~~~~~~~~~~~~~~~~
   
Before building, first clone the code, checkout the desired branch, 
(the default is develop), update the submodules and create a build directory 
(for cmake).

.. code:: bash

   git clone https://mfix.netl.doe.gov/gitlab/exa/mfix.git
   cd mfix
   git checkout develop
   git submodule update --init
   mkdir build && cd build/
Source code
~~~~~~~~~~~
   
Before building, first obtain a copy of the source code
following the instructions on the 
`MFIX-Exa website. <https://mfix.netl.doe.gov/products/mfix-exa/download/>`_

Modules
~~~~~~~
+5 −14
Original line number Diff line number Diff line
@@ -47,21 +47,12 @@ review the general notes below and `Basics`_ section first.
Basics
------

Clone the source code
~~~~~~~~~~~~~~~~~~~~~
   
Before building, first clone the code, checkout the desired branch, 
(the default is develop), update the submodules and create a build directory 
(for cmake).

.. code:: bash

    git clone https://mfix.netl.doe.gov/gitlab/exa/mfix.git
    cd mfix
    git checkout develop
    git submodule update --init
    mkdir build && cd build/
Source code
~~~~~~~~~~~
   
Before building, first obtain a copy of the source code
following the instructions on the 
`MFIX-Exa website. <https://mfix.netl.doe.gov/products/mfix-exa/download/>`_

Modules
~~~~~~~
+5 −14
Original line number Diff line number Diff line
@@ -44,21 +44,12 @@ review the general notes below and `Basics`_ section first.
Basics
------

Clone the source code
~~~~~~~~~~~~~~~~~~~~~
   
Before building, first clone the code, checkout the desired branch, 
(the default is develop), update the submodules and create a build directory 
(for cmake).

.. code:: bash

   git clone https://mfix.netl.doe.gov/gitlab/exa/mfix.git
   cd mfix
   git checkout develop
   git submodule update --init
   mkdir build && cd build/
Source code
~~~~~~~~~~~
   
Before building, first obtain a copy of the source code
following the instructions on the 
`MFIX-Exa website. <https://mfix.netl.doe.gov/products/mfix-exa/download/>`_

Modules
~~~~~~~
+5 −14
Original line number Diff line number Diff line
@@ -47,21 +47,12 @@ review the general notes below and `Basics`_ section first.
Basics
------

Clone the source code
~~~~~~~~~~~~~~~~~~~~~
   
Before building, first clone the code, checkout the desired branch, 
(the default is develop), update the submodules and create a build directory 
(for cmake).

.. code:: bash

    git clone https://mfix.netl.doe.gov/gitlab/exa/mfix.git
    cd mfix
    git checkout develop
    git submodule update --init
    mkdir build && cd build/
Source code
~~~~~~~~~~~
   
Before building, first obtain a copy of the source code
following the instructions on the 
`MFIX-Exa website. <https://mfix.netl.doe.gov/products/mfix-exa/download/>`_

Modules
~~~~~~~
+5 −14
Original line number Diff line number Diff line
@@ -38,21 +38,12 @@ review the general notes below and `Basics`_ section first.
Basics
------

Clone the source code
~~~~~~~~~~~~~~~~~~~~~
   
Before building, first clone the code, checkout the desired branch, 
(the default is develop), update the submodules and create a build directory 
(for cmake).

.. code:: bash

    git clone https://mfix.netl.doe.gov/gitlab/exa/mfix.git
    cd mfix
    git checkout develop
    git submodule update --init
    mkdir build && cd build/
Source code
~~~~~~~~~~~
   
Before building, first obtain a copy of the source code
following the instructions on the 
`MFIX-Exa website. <https://mfix.netl.doe.gov/products/mfix-exa/download/>`_

Modules
~~~~~~~
Loading