Cleaned up build instructions to README.md

This commit is contained in:
James E McClure 2016-09-01 14:32:16 -04:00
parent e2312da4ec
commit e0e62b8ed3

View File

@ -9,16 +9,23 @@ Notes on installation
* example configure scripts for cmake are in the sample_scripts directory
* required dependencies - MPI, C++ 11
* optional dependencies - NetCDF, CUDA, TimerUtility
* optional dependencies - NetCDF, CUDA, TimerUtility, VisIT
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
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
3) compile and install
* compile and 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