mirror of https://github.com/ecmwf/eccodes.git
Add comment re installing into clean dir
This commit is contained in:
parent
35546020e5
commit
f432de97da
2
INSTALL
2
INSTALL
|
@ -26,6 +26,8 @@ However it requires that cmake be installed on your system.
|
|||
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
|
||||
|
||||
It is recommended that you install into a clean directory
|
||||
|
||||
5. Compile, test and install:
|
||||
> make
|
||||
> ctest
|
||||
|
|
2
README
2
README
|
@ -30,6 +30,8 @@ INSTALLATION
|
|||
|
||||
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
|
||||
|
||||
It is recommended that you install into a clean directory
|
||||
|
||||
5. Compile, test and install:
|
||||
> make
|
||||
|
|
Loading…
Reference in New Issue