User Tools

Site Tools


legup_s_gui

LegUp's GUI

The GUI requires two QT5 packages. Install them by running the following.

sudo apt-get install qt5-default libqt5webkit5-dev

Compile the GUI by running the make in legup/gui/LegUp_GUI, or in the base LegUp directory. Once compiled, add the GUI to the path, and also add the schedule viewer to the path if you haven't done so before.

export PATH=~/legup/gui/LegUp_GUI:$PATH
export PATH=~/legup/gui/scheduleviewer:$PATH

Using the GUI also requires that you have the following environment variable set.

export LEGUP_EXAMPLES~/legup/examples
legup_s_gui.txt · Last modified: 2016/09/06 16:07 by jongsok.choi