Run from the fire!
git clone https://github.com/nasa/koviz.gitkoviz is built upon the Qt framework.
sudo yum install qt5-qtbase-devel gcc gcc-c++ make flex bisonsudo dnf install -y qt5-qtbase-devel bison flex make gcc gcc-c++sudo apt-get install qtbase5-dev make flex bison g++ brew install qt@5
brew link qt5 --forceqmake-qt5
makeThis is only required if you want to run the binary directly instead of using build-and-run-koviz.sh.
qmake
makeqmake
makebin/koviz -h # for usage
bin/koviz /path/to/RUN_dir # View trick run
bin/koviz /path/to/MONTE_dir # View trick MONTE dir (set of runs)See docker directory's README.