git clone https://github.com/nasa/koviz.git
koviz
is built upon the Qt framework.
sudo yum install qt5-qtbase-devel gcc gcc-c++ make flex bison
sudo 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 --force
qmake-qt5
make
This is only required if you want to run the binary directly instead of using build-and-run-koviz.sh
.
qmake
make
qmake
make
bin/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.