Skip to content

Linux Execution Tips

Jose Alonso Solis-Lemus edited this page Apr 4, 2022 · 4 revisions

Current versions (v2.0 and above)

To run CemrgApp Version 2.0 and above distribution package on Linux:

  1. Make sure you have installed libtbb-dev to run the MIRTK libraries (in Ubuntu sudo apt install libtbb-dev)
  2. Run CemrgApp.sh from terminal to launch the application.

Legacy version (CemrgApp v1.0)

To run CemrgApp Version 1.0 distribution package on Linux:

  1. You may need to install QT5.4.2 on a custom folder on your machine.
  2. Modify CemrgApp.sh file and change the following line to where you have the installed QT5.4.2:
    export QT_PLUGIN_PATH=/home/or15/Install/Qt5.4.2/5.4/gcc_64/plugins/
  3. Run CemrgApp.sh from terminal to launch the application.
  4. 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.