it:linux:raspberry_pi4

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
it:linux:raspberry_pi4 [2024/03/03 09:39] – [/etc/bash.bashrc] adminit:linux:raspberry_pi4 [2024/08/28 12:37] (aktuell) admin
Zeile 35: Zeile 35:
 apt-get -y install unzip gawk libgl-dev libxt6 apt-get -y install unzip gawk libgl-dev libxt6
 </code> </code>
 +
 +==== Python installieren ====
 +<code bash>
 +wget https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tgz
 +tar -xvzf Python-3.10.10.tgz 
 +cd Python-3.10.30
 +./configure --enable-optimizations --enable-shared
 +make && make install
 +</code>
 +
  
 ==== MCR 9.14 in chroot installieren ==== ==== MCR 9.14 in chroot installieren ====
Zeile 41: Zeile 51:
 wget "https://ssd.mathworks.com/supportfiles/downloads/R2023a/Release/6/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2023a_Update_6_glnxa64.zip" wget "https://ssd.mathworks.com/supportfiles/downloads/R2023a/Release/6/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2023a_Update_6_glnxa64.zip"
 unzip MATLAB_Runtime_R2023a_Update_6_glnxa64.zip unzip MATLAB_Runtime_R2023a_Update_6_glnxa64.zip
-./install+./install -agreeToLicense yes
 </code> </code>
 ==== /etc/bash.bashrc ==== ==== /etc/bash.bashrc ====
  • it/linux/raspberry_pi4.1709458783.txt.gz
  • Zuletzt geändert: 2024/03/03 09:39
  • von admin