Skip to content

Commit

Permalink
Merge pull request #20 from SeisSol/fix-formatting-code
Browse files Browse the repository at this point in the history
Fix formatting of installation code
  • Loading branch information
Thomas-Ulrich committed Jan 28, 2022
2 parents 2b073d3 + 98f3328 commit a0ff7ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ This makes the compilation cleaner.
Finally, execute the following lines:

.. code-block:: bash
# $EASI_SRC is the directory into which you've cloned the easi source
cmake -DCMAKE_PREFIX_PATH=$HOME -DCMAKE_INSTALL_PREFIX=$HOME -DASAGI=ON -DIMPALAJIT=ON $EASI_SRC
make -j4 install
# $EASI_SRC is the directory into which you've cloned the easi source
cmake -DCMAKE_PREFIX_PATH=$HOME -DCMAKE_INSTALL_PREFIX=$HOME -DASAGI=ON -DIMPALAJIT=ON $EASI_SRC
make -j4 install
This installs easi into your home directory.

Expand Down

0 comments on commit a0ff7ce

Please sign in to comment.