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
Dernière révisionLes deux révisions suivantes
lespetitshackers:pcdeslph [2016/08/21 19:26] – [Installation Arduino à la main] christian.jacolotlespetitshackers:pcdeslph [2016/08/28 08:12] – [Installation ArduBlock] christian.jacolot
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 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.txt · Dernière modification : 2022/09/04 21:02 de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki