-
Notifications
You must be signed in to change notification settings - Fork 8
Linux Execution Tips
Jose Alonso Solis-Lemus edited this page Apr 4, 2022
·
4 revisions
To run CemrgApp Version 2.0 and above distribution package on Linux:
- Make sure you have installed
libtbb-dev
to run the MIRTK libraries (in Ubuntusudo apt install libtbb-dev
) - Run
CemrgApp.sh
from terminal to launch the application.
To run CemrgApp Version 1.0 distribution package on Linux:
- You may need to install QT5.4.2 on a custom folder on your machine.
- Modify CemrgApp.sh file and change the following line to where you have the installed QT5.4.2:
exportQT_PLUGIN_PATH=/home/or15/Install/Qt5.4.2/5.4/gcc_64/plugins/
- Run
CemrgApp.sh
from terminal to launch the application. - Depending on the version of your Linux, you may need to install these packages too:
wget http://archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-base0.10/libgstreamer-plugins-base0.10-0_0.10.36-1_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gstreamer0.10/libgstreamer0.10-0_0.10.36-1.5ubuntu1_amd64.deb
sudo dpkg -i libgstreamer*.deb
Previously downloaded packages can be found under Misc folder.
The Cardiac Electro-Mechanics Research Group (CEMRG) at King's College London applies statistical, machine learning and simulation approaches to combine experimental and clinical data with physics and biology to study the physiology, pathology, diagnosis and treatment of the heart.