From 64d9215dd0dd37a6bdaeedf781df004e9bb25fdc Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 16 May 2019 18:20:18 -0400 Subject: [PATCH] Bring install.rst in line with other applications --- doc/install.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/install.rst b/doc/install.rst index 720aa387..bf0fdd86 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -26,21 +26,21 @@ Prerequisites Installation steps ------------------ -#. Download the sources from github:: +#. Download the source code by cloning the ``TRIQS/dft_tools`` repository from GitHub:: - $ git clone https://github.com/TRIQS/dft_tools.git src + $ git clone https://github.com/TRIQS/dft_tools.git dft_tools.src -#. Create an empty build directory where you will compile the code:: +#. Create and move to a new directory where you will compile the code:: $ mkdir dft_tools.build && cd dft_tools.build -#. Make sure that you have added the TRIQS and Cpp2Py installation to your environment variables:: +#. Ensure that your shell contains the TRIQS environment variables by sourcing the ``triqsvars.sh`` file from your TRIQS installation:: $ source path_to_triqs/share/triqsvarsh.sh -#. In the build directory call cmake +#. In the build directory call cmake, including any additional custom CMake options, see below:: - $ cmake ../src + $ cmake ../dft_tools.src #. Compile the code, run the tests and install the application::