Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 637 Bytes

README.md

File metadata and controls

47 lines (35 loc) · 637 Bytes

Get the Code

git clone https://github.com/nasa/koviz.git

Qt Prerequisites

koviz is built upon the Qt framework.

Redhat 7+

sudo yum install qt5-qtbase-devel gcc gcc-c++ make flex bison

Redhat 8+

sudo dnf install -y qt5-qtbase-devel bison flex make gcc gcc-c++

Ubuntu latest

sudo apt-get install qtbase5-dev qt5-default

Build

Redhat 7 & 8

qmake-qt5
make

Ubuntu

qmake
make

Run

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)