From 172ee891c89de9f93115c114f87a53310f147b10 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Thu, 8 Oct 2015 10:56:25 +0100 Subject: [PATCH] Improve build and test messages --- INSTALL | 6 +++--- README | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index b0d2e3f2c..fbc0b6eaa 100644 --- a/INSTALL +++ b/INSTALL @@ -23,12 +23,12 @@ However it requires that cmake be installed on your system. > mkdir build > cd build -4. Run cmake pointing to the installation location: +4. Run cmake pointing to the source and specify the installation location: > cmake ../eccodes-x.y.z-Source -DCMAKE_INSTALL_PREFIX=/path/to/where/you/install/eccodes -5. make, check and install: +5. Compile, test and install: > make - > make check + > ctest > make install diff --git a/README b/README index 435b5a450..4f9601074 100644 --- a/README +++ b/README @@ -28,12 +28,12 @@ INSTALLATION > mkdir build > cd build -4. Run cmake pointing to the installation location: +4. Run cmake pointing to the source and specify the installation location: > cmake ../eccodes-x.y.z-Source -DCMAKE_INSTALL_PREFIX=/path/to/where/you/install/eccodes -5. make, check and install: +5. Compile, test and install: > make - > make check + > ctest > make install