install standalone application on macOs, that was compiled on windows
조회 수: 8 (최근 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!