forked from nrc-cnrc/EGSnrc
-
Notifications
You must be signed in to change notification settings - Fork 0
Build static GUIs on Linux
Frederic Tessier edited this page Sep 16, 2020
·
1 revision
To compile standalone versions of EGSnrc Qt graphical user interfaces on Linux for a release:
- Go to
$HEN_HOUSE/pieces/linux - Set variable
qt4in the Makefile to point to a static Qt4 build - Issue
maketo build static binaries foregs_gui,egs_inprz,egs_view, andegs_configuration - Use
readelf -dto check the values ofrpathandrunpath - Use
chrpath -don each binary to deleterpathandrunpathvalues - Put binaries inside a directory called
EGSnrc-guis-linuxand zip it