필터 지우기
필터 지우기

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

답변 (1개)

Sharmila Raghu
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.

카테고리

Help CenterFile 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!

Translated by