作者StillRick (事情真多)
看板MATLAB
标题[安装] 在Windows linux subsystem 安装 Matlab compiler
时间Wed Apr 7 03:23:30 2021
各位前辈大家好。想请问大家一个安装与设定上的问题
我在Windows subsystem for linux (windows 10) 上面想安装 Matlab Runtime。
(因为compiler license 在 linux 系统上,编译之後只能在linux 系统上面执行,所以想透过 WSL 方式在 windows 电脑上面执行)
经过ㄧ整天的 Google,发现没有想像的容易。有人说 WSL 是简化版的 linux 系统所以会缺很多 library (都已经照着指令安装了)
https://mathworks.com/matlabcentral/answers/308911-can-i-install-matlab-in-bash-on-ubuntu-on-windows
我有安装同样版本(2014b)的compiler 跟 runtime 。目前遇到的问题是,执行 compile 好的程式的时候,显示
./[program name]: error while loading shared libraries: libmwlaunchermain.so: cannot open shared object file: No such file or directory
猜测的原因是 Matlab runtime 找不到这个档案(我自己也找不到))
想请问大家有没有相关的经验,可以忙想想看可能的解法
感谢!
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 83.248.29.218 (瑞典)
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/MATLAB/M.1617737019.A.9DC.html
2F:→ StillRick: t/install-the-matlab-runtime.html 04/07 04:42
3F:→ StillRick: Note 04/07 04:43
4F:→ StillRick: If you do not include the -agreeToLicense yes opt 04/07 04:43
5F:→ StillRick: ion, the installer does not install MATLAB Runtim 04/07 04:43
6F:→ StillRick: e. 04/07 04:43
7F:→ StillRick: 发现必须要要加上 -agreeToLicense yes 04/07 04:45