Update install.rst: add missing cmake command

This commit is contained in:
egcpvanloon 2019-05-06 14:28:29 +02:00 committed by GitHub
parent ff6ff34be8
commit ac33d05faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ Installation steps
#. Make sure that you have added the TRIQS and Cpp2Py installation to your environment variables::
$ 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::