User Tools

Site Tools


formation_install

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
formation_install [2015/09/17 07:55]
flavio [Blender]
formation_install [2017/10/19 15:40] (current)
damien icon size
Line 23: Line 23:
  
 ===== Blender ===== ===== Blender =====
-  ​su -+  ​
   cd /opt   cd /opt
-  wget http://​download.blender.org/​release/​Blender2.75/​blender-2.75a-linux-glibc211-x86_64.tar.bz2 +  ​sudo wget http://​download.blender.org/​release/​Blender2.75/​blender-2.75a-linux-glibc211-x86_64.tar.bz2 
-  tar xvf ./​blender-2.75a-linux-glibc211-x86_64.tar.bz2 +  ​sudo tar xvf ./​blender-2.75a-linux-glibc211-x86_64.tar.bz2 
-  rm blender-2.75a-linux-glibc211-x86_64.tar.bz2 +  ​sudo rm blender-2.75a-linux-glibc211-x86_64.tar.bz2 
-  ln -s /​opt/​blender-2.75a-linux-glibc211-x86_64/​blender /​usr/​bin/​blender +  ​sudo ln -s /​opt/​blender-2.75a-linux-glibc211-x86_64/​blender /​usr/​bin/​blender 
-  ​ln -s /usr/​bin/​blender /​home/​formation/​Bureau/​blender +  ​sudo chmod 755 /​usr/​bin/​blender
-  chmod 755 /​bin/​blender+
   exit   exit
  
Line 44: Line 43:
   Exec=blender %U   Exec=blender %U
   Type=Application   Type=Application
-  Icon=/​opt/​blender-2.75a-linux-glibc211-x86_64/​icons/​32x32/​apps/​blender.png"​ > ~/​Bureau/​Blender.desktop+  Icon=/​opt/​blender-2.75a-linux-glibc211-x86_64/​icons/​256x256/​apps/​blender.png"​ > ~/​Bureau/​Blender.desktop
   chmod 755 ~/​Bureau/​Blender.desktop   chmod 755 ~/​Bureau/​Blender.desktop
   ​   ​
   sudo cp ~/​Bureau/​Blender.desktop /​usr/​share/​applications   sudo cp ~/​Bureau/​Blender.desktop /​usr/​share/​applications
   sudo cp ~/​Bureau/​Blender.desktop /​home/​formation/​Bureau   sudo cp ~/​Bureau/​Blender.desktop /​home/​formation/​Bureau
 +  sudo chown formation: /​home/​formation/​Bureau/​Blender.desktop
 +  ​
 ===== Krita ===== ===== Krita =====
 +
 +Krita 2.9
 +
 +  sudo apt-add-repository ppa:​dimula73/​krita
 +  sudo apt-get update
 +  sudo apt-get install krita-2.9
 +  sudo mv /​usr/​share/​applications/​kde4/​krita.desktop /​usr/​share/​applications/​
 +  ​
 +  sudo cp /​usr/​share/​applications/​krita.desktop /​home/​formation/​Bureau/​
 +  sudo chmod 755 /​home/​formation/​Bureau/​krita.desktop ​
 +  sudo chown formation: /​home/​formation/​Bureau/​krita.desktop
 +  ​
 +Obsolete official
 +
  
   sudo add-apt-repository ppa:​kubuntu-ppa/​backports ​   sudo add-apt-repository ppa:​kubuntu-ppa/​backports ​
Line 59: Line 74:
   sudo apt-get install oxygen-icon-theme   sudo apt-get install oxygen-icon-theme
   ​   ​
-ou Krita 2.9 
- 
-  sudo apt-add-repository ppa:​dimula73/​krita 
-  sudo apt-get update 
-  sudo apt-get install krita-2.9 
-  sudo mv /​usr/​share/​applications/​kde4/​krita.desktop /​usr/​share/​applications/​ 
 ===== Audacity ===== ===== Audacity =====
  
Line 77: Line 86:
   sudo apt-get update   sudo apt-get update
   sudo apt-get install ffmpeg   sudo apt-get install ffmpeg
 +  ​
 +===== Image Magick =====
 +  ​
 +  sudo apt-get install imagemagick
   ​   ​
 ===== Librairies python ===== ===== Librairies python =====
Line 85: Line 98:
   ​   ​
   sudo pip install tornado   sudo pip install tornado
-  pip3 install tornado+  ​sudo pip3 install tornado
   ​   ​
formation_install.1442476538.txt.gz · Last modified: 2015/09/17 07:55 by flavio