You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing/wsl_debian_setup.org
+41-3Lines changed: 41 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,9 +73,10 @@ me, MATLAB R2025a ran well enough to leverage it in Emacs matlab-shell.
73
73
74
74
We need a bunch of packages to be able to install MATLAB. See this [[https://www.mathworks.com/matlabcentral/answers/2018166-what-dependencies-are-needed-to-install-matlab-on-minimal-or-core-linux-installations][MATLAB Answers post]]. The
75
75
packages we need for R2025a are listed in [[https://github.com/mathworks-ref-arch/container-images/tree/main/matlab-deps][matlab-deps]] navigate to [[https://github.com/mathworks-ref-arch/container-images/blob/main/matlab-deps/r2025a/ubuntu24.04/base-dependencies.txt][base-dependencies.txt]] then
76
-
create an apt install command. I used this [[https://askubuntu.com/questions/445487/what-debian-version-are-the-different-ubuntu-versions-based-on][site]] to map Debain 12 to Ubuntu 22 which for the
77
-
base_dependencies.txt. Alternatively, I suppose I could have used wsl to install Ubuntu, but I
78
-
have familiarity with Debian, so choose Debian.
76
+
create an apt install command. I used this [[https://askubuntu.com/questions/445487/what-debian-version-are-the-different-ubuntu-versions-based-on][site]] to map Debain 12 to Ubuntu 22 to determine which
77
+
base_dependencies.txt to use (there was one for R2025a with Ubuntu 22 and another for
78
+
24). Alternatively, I suppose I could have used wsl to install Ubuntu, but I have familiarity
0 commit comments