install standalone application on macOs, that was compiled on windows
5 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
Bruno Luong
2022 年 8 月 9 日
編集済み: Walter Roberson
2022 年 8 月 16 日
" 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 件のコメント
Walter Roberson
2022 年 8 月 16 日
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.
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!