shioyadan / Konata

Konata is an instruction pipeline visualizer for Onikiri2-Kanata/Gem5-O3PipeView formats. You can download the pre-built binaries from https://github.com/shioyadan/Konata/releases
BSD 3-Clause "New" or "Revised" License
383 stars 34 forks source link

Please provide guide to install konata #4

Closed RaoShri closed 3 years ago

RaoShri commented 3 years ago

Hi, I have downloaded the Linux zip file. Readme says run the file named Konata, but I dont have an application that can run it. Since I am a newbie,I do not know the command to execute it in terminal. Please tell me what command to use to run the file and install konata Regards, Thanks

shioyadan commented 3 years ago

Hi RaoShri,

If you extract "konata-linux-x64.tar.gz", there should be a file "konata-linux-x64/konata", which is an executable and you can run it from your terminal. Note that, the size of the file is more than 100MB.

Another way (launch from the source) is as follows:

  1. Install node.js from https://nodejs.org
  2. Clone Konata repository.
  3. Launch install.bat (Windows) or install.sh (Linux/MacOS).
  4. Launch Konata from konata.vbs (Windows) or konata.sh (Linux/MacOS).

If Konata crashes due to lack of required libraries, please follow the instructions in README.md to install or contact us.

Regards,