Trying to make README look nice

This commit is contained in:
James McClure 2018-11-26 10:59:28 -05:00
parent 414abf0a55
commit 305bbd3ca0

View File

@ -17,17 +17,18 @@ Build dependencies (zlib, hdf5, silo) OR point to an existing installation
Configure, build & install procedure
* 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`
* 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`
* compile and install
make -j4 && make install
`make -j4 && make install`
* run the unit tests to make sure it works
ctest
`ctest`