Improve build and test messages

This commit is contained in:
Shahram Najm 2015-10-08 10:56:25 +01:00
parent aa1fb4edc5
commit 172ee891c8
2 changed files with 6 additions and 6 deletions

View File

@ -23,12 +23,12 @@ However it requires that cmake be installed on your system.
> mkdir build > mkdir build
> cd 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 > 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
> make check > ctest
> make install > make install

6
README
View File

@ -28,12 +28,12 @@ INSTALLATION
> mkdir build > mkdir build
> cd 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 > 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
> make check > ctest
> make install > make install