@@ -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
4950Checkout the version of the code that you want::
5051
51- $ git checkout 2.1 .0
52+ $ git checkout 2.2 .0
5253
5354and 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