We want to port code generated by deploytool to many different OS. Do we need to run deploytool on every OS?
1 次查看(过去 30 天)
显示 更早的评论
We have MATLAB software we'd like to share with non-MATLAB users. Packaging it into a standalone executable with deploytool sounds like a good way to do this. However, since
1. we don't know the OS of the users, and
2. deploytool only makes executables that can be run in the same OS they were made in
do we need to run deploytool in every potential OS?
If so, this sounds prohibitive. Is there anything that would make it easier? e.g. Is it backward compatible, meaning we could run deploytool once in the newest Mac/Windows/Linux OS and the executable would run in all older versions of the OS?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!