1. How to BuildΒΆ
To build the tool, follow the below instructions:
- Install Qt. Qt is free for open source developers.
- Download and install the BLAS library following instructions here.
- Download and install the LAPACK library following instructions here.
- Download this repository from Github.
- 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.
- Open the file s3hark.pro using Qt Creator, build s3hark by clicking the Run button.