-
Notifications
You must be signed in to change notification settings - Fork 146
Building static GUIs on Linux
Frederic Tessier edited this page Apr 21, 2021
·
3 revisions
To compile standalone versions of EGSnrc Qt graphical user interfaces on Linux for a release:
- Go to
$HEN_HOUSE/pieces/linux
- Set variable
qt4
in the Makefile to point to a static Qt4 build - Issue
make
to build static binaries foregs_gui
,egs_inprz
,egs_view
, andegs_configuration
- Use
readelf -d
to check the values ofrpath
andrunpath
- Use
chrpath -d
on each binary to deleterpath
andrunpath
values - Put binaries inside a directory called
EGSnrc-guis-linux
and zip it
- Overview
- Install on VirtualBox
- Install on Linux
- Install on macOS
- Install on Windows
- Quick installation
- Upgrading