Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download heasoft source from: http://heasarc.nasa.gov/lheasoft/download.html
  2. Unpack the tarball
  3. cd BUILD_DIR
  4. ./configure --prefix=blah blah --with-components="heacore" >& config.out &
  5. make heacore >& build.log &
  6. make install

...