Cleaned up build instructions to README.md
This commit is contained in:
parent
e2312da4ec
commit
e0e62b8ed3
17
README.md
17
README.md
@ -9,16 +9,23 @@ Notes on installation
|
|||||||
|
|
||||||
* example configure scripts for cmake are in the sample_scripts directory
|
* example configure scripts for cmake are in the sample_scripts directory
|
||||||
* required dependencies - MPI, C++ 11
|
* required dependencies - MPI, C++ 11
|
||||||
* optional dependencies - NetCDF, CUDA, TimerUtility
|
* optional dependencies - NetCDF, CUDA, TimerUtility, VisIT
|
||||||
|
|
||||||
Configure, build & install procedure
|
Configure, build & install procedure
|
||||||
1) create an empty directory to install (do not build in source!)
|
* create an empty directory to install (do not build in source!)
|
||||||
|
|
||||||
mkdir /path/to/my/install
|
mkdir /path/to/my/install
|
||||||
|
|
||||||
cd /path/to/my/install
|
cd /path/to/my/install
|
||||||
2) edit configure script from sample_scripts directory and configure (e.g.)
|
|
||||||
|
* edit configure script from sample_scripts directory and configure (e.g.)
|
||||||
|
|
||||||
/path/to/LBPM-WIA/sample_scripts/configure_desktop
|
/path/to/LBPM-WIA/sample_scripts/configure_desktop
|
||||||
3) compile and install
|
|
||||||
|
* compile and install
|
||||||
|
|
||||||
make -j4 && make install
|
make -j4 && make install
|
||||||
4) run the unit tests to make sure it works
|
|
||||||
|
* run the unit tests to make sure it works
|
||||||
ctest
|
ctest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user