Building static GUIs on Linux - nrc-cnrc/EGSnrc GitHub Wiki
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