mirror of https://github.com/ecmwf/eccodes.git
Improve build and test messages
This commit is contained in:
parent
aa1fb4edc5
commit
172ee891c8
6
INSTALL
6
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
|
||||
|
||||
|
||||
|
|
6
README
6
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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue