Skip to content

Commit 5be40ab

Browse files
committed
[doc] Minor corrections
1 parent ee8ac52 commit 5be40ab

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

doc/install.rst

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Installation steps
3333

3434
#. Compile the code, run the tests and install the application::
3535

36+
$ make
3637
$ make test
3738
$ make install
3839

@@ -48,7 +49,7 @@ To use a particular version, go into the directory with the sources, and look at
4849

4950
Checkout the version of the code that you want::
5051

51-
$ git checkout 2.1.0
52+
$ git checkout 2.2.0
5253

5354
and follow steps 2 to 4 above to compile the code.
5455

@@ -59,14 +60,14 @@ The compilation of ``w2dynamics_interface`` can be configured using CMake-option
5960

6061
cmake ../w2dynamics_interface.src -DOPTION1=value1 -DOPTION2=value2 ... ../w2dynamics_interface.src
6162

62-
+-----------------------------------------------------------------+-----------------------------------------------+
63-
| Options | Syntax |
64-
+=================================================================+===============================================+
63+
+-----------------------------------------------------------------+----------------------------------------------------------+
64+
| Options | Syntax |
65+
+=================================================================+==========================================================+
6566
| Specify an installation path other than path_to_triqs | -DCMAKE_INSTALL_PREFIX=path_to_w2dynamics_interface |
66-
+-----------------------------------------------------------------+-----------------------------------------------+
67-
| Build in Debugging Mode | -DCMAKE_BUILD_TYPE=Debug |
68-
+-----------------------------------------------------------------+-----------------------------------------------+
69-
| Disable testing (not recommended) | -DBuild_Tests=OFF |
70-
+-----------------------------------------------------------------+-----------------------------------------------+
71-
| Build the documentation | -DBuild_Documentation=ON |
72-
+-----------------------------------------------------------------+-----------------------------------------------+
67+
+-----------------------------------------------------------------+----------------------------------------------------------+
68+
| Build in Debugging Mode | -DCMAKE_BUILD_TYPE=Debug |
69+
+-----------------------------------------------------------------+----------------------------------------------------------+
70+
| Disable testing (not recommended) | -DBuild_Tests=OFF |
71+
+-----------------------------------------------------------------+----------------------------------------------------------+
72+
| Build the documentation | -DBuild_Documentation=ON |
73+
+-----------------------------------------------------------------+----------------------------------------------------------+

0 commit comments

Comments
 (0)