Deployment of MinGW-w64 compiler AddOn via commandline to mutliple computers
1 次查看(过去 30 天)
显示 更早的评论
Hello,
we´re trying to deliver MinGW-w64 compiler AddOn to all our Matlab users. We´re using software deployment tools to install Matlab on their computers so they don´t have to do that manually (95% of them wouldn´t know how to install Matlab). Is there a scripted solution for AddOn deployment for Matlab? I´ve only found this article about Support package installation but i´d need a solution that can be run from an external commandline. Is that possible?
I´m thankful for any help.
Best regards, Andreas
0 个评论
回答(1 个)
Sharmila Raghu
2016-8-12
There are two ways I believe we can do this:
1)MinGW is a third party compiler and treat it as a third party software, it is not necessary for you to download the compiler from within MATLAB. If you download the correct version compatible with MATLAB, you will be able to use the compiler.You can then store the downloaded compiler in a network location and install it in all the machines.
2)If you are using Windows, there is a way to install using DOS prompt. Please look at the following link for information regarding running MATLAB from DOS prompt:
From DOS prompt you can run the following command:
matlab -r hwconnectinstaller.launchInstaller('SupportCategory','software');
It will start MATLAB and open up the AddOns manager. You can un-select the filters and from the search bar present in the addons manager, look for "MinGW" compiler and follow the steps to download the compiler.
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!