Outils pour utilisateurs

Outils du site


lespetitshackers:pcdeslph

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
lespetitshackers:pcdeslph [2016/08/21 21:26] – [Installation Processing à la main] christian.jacolotlespetitshackers:pcdeslph [2024/04/16 22:20] (Version actuelle) – modification externe 127.0.0.1
Ligne 6: Ligne 6:
  sudo apt-get install gimp openscad sweethome3d geany vim scratch \  sudo apt-get install gimp openscad sweethome3d geany vim scratch \
   logisim python build-essential openjdk-8-jdk evince git \   logisim python build-essential openjdk-8-jdk evince git \
-  openssh-server gcc-avr avr-libc flashplugin-installer algobox+  openssh-server gcc-avr avr-libc flashplugin-installer algobox blender
 </code> </code>
  
Ligne 14: Ligne 14:
   * Installation dans /opt   * Installation dans /opt
 <code> <code>
- $ cd opt+ $ cd /opt
  $ sudo tar xf arduino.x.y.z.tgz  $ sudo tar xf arduino.x.y.z.tgz
  $ sudo usermod -a -G dialout $USER  $ sudo usermod -a -G dialout $USER
Ligne 39: Ligne 39:
   * Installation dans /opt   * Installation dans /opt
 <code> <code>
- $ cd opt+ $ cd /opt
  $ sudo tar xf processing.x.y.z.tgz  $ sudo tar xf processing.x.y.z.tgz
 </code> </code>
Ligne 58: Ligne 58:
 Comment[fr_FR]=Environnement de developpement Processing Comment[fr_FR]=Environnement de developpement Processing
 </code> </code>
 +
 +==== Installation ArduBlock ====
 +
 +  * Récupération sur [[http://blog.ardublock.com/engetting-started-ardublockzhardublock/|ArduBlock]]
 +  * Il s'agit d'un fichier JAR du type: ardublock-all-201ymmjj.jar
 +
 +  * Installation comme **plugin pour Arduino** dans le répertoire ''sketch location'' (voir menu Preferences dans Arduino IDE)
 +<code>
 + $ cd <sketch location>
 + $ mkdir -p tools/ArduBlockTool/tool
 + $ cp <quelque part>/ardublock-all-xx.jar tools/ArduBlockTool/tool
 +</code>
 +
 +Relancer l'Arduino IDE, vérifier la présence du plugin dans le menu **Tools**.
  
 ==== Pygame pour Python 3 ==== ==== Pygame pour Python 3 ====
 <code> <code>
 #install dependencies #install dependencies
-sudo apt-get install mercurial python3-dev python3-numpy libav-tools +sudo apt-get install mercurial python3-dev python3-setuptools python3-numpy \ 
-    libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev \ +    libav-tools libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev \ 
-    libsdl1.2-dev  libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev+    libsmpeg-dev libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev 
 +    libavcodec-dev
    
 # Grab source # Grab source
lespetitshackers/pcdeslph.1471807569.txt.gz · Dernière modification : 2024/04/16 22:23 (modification externe)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki