install standalone application on macOs, that was compiled on windows

26 views (last 30 days)
Hi everyone, I created a standalone application with the Matlab Compiler on Windows, with the Runtime included. Is there a way to install this application on a Mac? According to Matlab, I think it should be possible ( https://de.mathworks.com/help/compiler/install-deployed-application.html ) but I do not understand how. Because the Installation file MyAppInstaller_mcr.exe is an executable, which I cannot run on Mac. Is there any other solution?

Answers (1)

Bruno Luong
Bruno Luong on 9 Aug 2022
Edited: Walter Roberson on 16 Aug 2022
" According to Matlab, I think it should be possible ( https://de.mathworks.com/help/compiler/install-deployed-application.html ) "
What makes you think it is possible? AFAIK no, unless you run App in a Windows virtual machine.
  2 Comments
Niklas Maximilian Busse
Niklas Maximilian Busse on 16 Aug 2022
Yeah I think I misunderstood the matlab website. So I think you can only compile Apps for macOs on macOs.
Walter Roberson
Walter Roberson on 16 Aug 2022
The limit has always been that back in the day that 32 bit apps were supported on Windows, that you could compile 32 bit apps on 64 bit windows -- and that that was the limit for what you could do for cross-compilation.
These days with Linux Services for Windows, I do not know if it is possible to compile for Linux on a Windows system. It certainly would not be supported.

Sign in to comment.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!