Add comment re installing into clean dir

This commit is contained in:
Shahram Najm 2015-12-02 17:37:00 +00:00
parent 35546020e5
commit f432de97da
2 changed files with 4 additions and 0 deletions

View File

@ -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
View File

@ -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