Compiling Windows Exe from a Mac
조회 수: 16 (최근 30일)
이전 댓글 표시
I am trying to invoke the Matlab compiler (mcc) to compile stand-alone application for both Windows and Mac OS. I only have the Matlab compiler on a computer running Mac OS. How can I compile to Windows executable?
채택된 답변
Chirag Gupta
2011년 6월 23일
Cross compiling is not possible. You will need to install the MATLAB Compiler on the Windows machine to create an executable.
댓글 수: 0
추가 답변 (1개)
Aurelien Queffurust
2011년 6월 23일
You need to have MATLAB compiler installed on a Windows machine to create a Windows executable
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 C Shared Library Integration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!