3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-26 04:37:43 +02:00

Merge pull request #114 from egcpvanloon/patch-1

Update install.rst: add missing cmake command
This commit is contained in:
Manuel Zingl 2019-05-16 18:13:36 -04:00 committed by GitHub
commit 2fea75133b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,10 @@ Installation steps
$ source path_to_triqs/share/triqsvarsh.sh
#. In the build directory call cmake
$ cmake ../src
#. Compile the code, run the tests and install the application::
$ make