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/07/19 17:36] – modification externe 127.0.0.1 | lespetitshackers:pcdeslph [2024/04/16 22:20] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 4: | Ligne 4: | ||
| < | < | ||
| - | sudo apt-get install gimp openscad sweethome3d geany vim scratch logisim python build-essential openjdk-7-jdk evince git openssh-server gcc-avr avr-libc flashplugin-installer | + | sudo apt-get install gimp openscad sweethome3d geany vim scratch |
| + | | ||
| + | | ||
| </ | </ | ||
| + | |||
| + | ==== Installation Arduino à la main ==== | ||
| + | |||
| + | * Récupération sur [[http:// | ||
| + | * Installation dans /opt | ||
| + | < | ||
| + | $ cd /opt | ||
| + | $ sudo tar xf arduino.x.y.z.tgz | ||
| + | $ sudo usermod -a -G dialout $USER | ||
| + | </ | ||
| + | * Dans / | ||
| + | < | ||
| + | [Desktop Entry] | ||
| + | Type=Application | ||
| + | Encoding=UTF-8 | ||
| + | Name= Arduino | ||
| + | GenericName= Ardunio | ||
| + | Comment= Logiciel de developpement pour carte Arduino et dérivées | ||
| + | Icon= / | ||
| + | Exec= / | ||
| + | Terminal=true | ||
| + | StartupNotify=false | ||
| + | Categories=Development; | ||
| + | </ | ||
| + | |||
| + | * Quitter la session pour prendre en compte l' | ||
| + | ==== Installation Processing à la main ==== | ||
| + | |||
| + | * Récupération sur [[http:// | ||
| + | * Installation dans /opt | ||
| + | < | ||
| + | $ cd /opt | ||
| + | $ sudo tar xf processing.x.y.z.tgz | ||
| + | </ | ||
| + | * Dans / | ||
| + | |||
| + | < | ||
| + | [Desktop Entry] | ||
| + | Type=Application | ||
| + | Encoding=UTF-8 | ||
| + | Name=Processing | ||
| + | GenericName=Processing | ||
| + | Comment=Environnement de developpement Procesing | ||
| + | Icon=/ | ||
| + | Exec=/ | ||
| + | Terminal=true | ||
| + | StartupNotify=false | ||
| + | Categories=Development; | ||
| + | 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.1468942606.txt.gz · Dernière modification : 2024/04/16 22:23 (modification externe)
