-
Notifications
You must be signed in to change notification settings - Fork 147
Building GUIs on Linux
Reid Townson edited this page Aug 25, 2016
·
30 revisions
To compile dynamically linked EGSnrc Qt graphical user interfaces on Linux:
- Install the Qt4 development tools (
qt4-dev-tools
package in many distributions) - Define the
QTDIR
environment variable to point to the location of your Qt4 directory. For example, if you use a bash shell then add the lineexport QTDIR=/usr/lib64/qt4
to your ~/.bashrc file (then start a new terminal to get the change). - Go to
$HEN_HOUSE/egs++/view
and issue themake
command - Go to
$HEN_HOUSE/gui/egs_gui
and issue themake
command - Go to
$HEN_HOUSE/gui/egs_inprz
and issue themake
command
- Overview
- Install on VirtualBox
- Install on Linux
- Install on macOS
- Install on Windows
- Quick installation
- Upgrading