lespetitshackers:pcdeslph
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| lespetitshackers:pcdeslph [2016/08/21 21:26] – [Installation Processing à la main] christian.jacolot | lespetitshackers: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 |
| </ | </ | ||
| Ligne 14: | Ligne 14: | ||
| * Installation dans /opt | * Installation dans /opt | ||
| < | < | ||
| - | $ 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 | ||
| < | < | ||
| - | $ cd opt | + | $ cd /opt |
| $ sudo tar xf processing.x.y.z.tgz | $ sudo tar xf processing.x.y.z.tgz | ||
| </ | </ | ||
| Ligne 58: | Ligne 58: | ||
| Comment[fr_FR]=Environnement de developpement Processing | Comment[fr_FR]=Environnement de developpement Processing | ||
| </ | </ | ||
| + | |||
| + | ==== Installation ArduBlock ==== | ||
| + | |||
| + | * Récupération sur [[http:// | ||
| + | * Il s'agit d'un fichier JAR du type: ardublock-all-201ymmjj.jar | ||
| + | |||
| + | * Installation comme **plugin pour Arduino** dans le répertoire '' | ||
| + | < | ||
| + | $ cd <sketch location> | ||
| + | $ mkdir -p tools/ | ||
| + | $ cp <quelque part>/ | ||
| + | </ | ||
| + | |||
| + | Relancer l' | ||
| ==== Pygame pour Python 3 ==== | ==== Pygame pour Python 3 ==== | ||
| < | < | ||
| #install dependencies | #install dependencies | ||
| - | sudo apt-get install mercurial python3-dev python3-numpy | + | sudo apt-get install mercurial python3-dev |
| - | libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev \ | + | |
| - | libsdl1.2-dev | + | |
| + | | ||
| # Grab source | # Grab source | ||
lespetitshackers/pcdeslph.1471807569.txt.gz · Dernière modification : 2024/04/16 22:23 (modification externe)
