1. How to BuildΒΆ

To build the tool, follow the below instructions:

  1. Install Qt. Qt is free for open source developers.
  2. Download and install the BLAS library following instructions here.
  3. Download and install the LAPACK library following instructions here.
  4. Download this repository from Github.
  5. Open the file s3hark.pri using any text editor, and make sure the path to your BLAS and LAPACK files are set correctly if they are not located at standard folders.
  6. Open the file s3hark.pro using Qt Creator, build s3hark by clicking the Run button.