OpenHeartDevelopers / CemrgApp

An Interactive Medical Imaging Platform with Image Processing and Computer Vision Toolkits for Cardiovascular Research.
http://www.cemrgapp.com
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Regularising Directory Structure in Packaged Apps #38

Closed ericspod closed 3 years ago

ericspod commented 3 years ago

We want to package other executables with the application. The idea is to put these in the same directory as the main executable and be able to find their paths within the app. The app must thus be able to identify what directory its executable lives in and use that to find the others, perhaps using Qt's library for cross-platform compatibility. These files will have to be added to the macOS .app structure.

OrodRazeghi commented 3 years ago

This is the class where the app calls other executables (MIRTK, M3D) and Docker Containers within the code: Cemrg Command Line