From ac33d05faf5c2b1d0ed6ec5ccb96a2daac6989f8 Mon Sep 17 00:00:00 2001 From: egcpvanloon <48025328+egcpvanloon@users.noreply.github.com> Date: Mon, 6 May 2019 14:28:29 +0200 Subject: [PATCH] Update install.rst: add missing cmake command --- doc/install.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/install.rst b/doc/install.rst index 095ca4c3..720aa387 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -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::