简体   繁体   中英

Compile matlab code from osx to run on linux

I want to know if it's possible to compile code on OSX Lion with Matlab's Compiler Runtime(MCR), and create a command line tool that runs on Linux. I realise that this is not possible on the Windows->Linux paradigm, but is it also the case between OSX and Linux?

If it is possible, what are the necessary steps, and will I need to install the Linux MCR on the Linux machine to run the application?

Thanks alot.

Christos

Sorry it's not possible. To build Linux binaries you will need a Linux installation of Matlab and Matlab Compiler and build the binaries there.

第一个建议是:使用Java Builder-这样,它将在整个操作系统(也包括Windows)中运行。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM