lespetitshackers:pcdeslph
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| lespetitshackers:pcdeslph [2016/04/17 16:52] – créée christian.jacolot | lespetitshackers:pcdeslph [2024/04/16 22:20] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | ====== PC des LPH ====== | ||
| + | |||
| + | ===== Configuration et logiciels à installer ===== | ||
| + | |||
| + | < | ||
| + | sudo apt-get install gimp openscad sweethome3d geany vim scratch \ | ||
| + | logisim python build-essential openjdk-8-jdk evince git \ | ||
| + | openssh-server gcc-avr avr-libc flashplugin-installer algobox blender | ||
| + | </ | ||
| + | |||
| + | ==== 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 ==== | ||
| + | < | ||
| + | #install dependencies | ||
| + | sudo apt-get install mercurial python3-dev python3-setuptools python3-numpy \ | ||
| + | libav-tools libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev \ | ||
| + | libsmpeg-dev libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev \ | ||
| + | libavcodec-dev | ||
| + | |||
| + | # Grab source | ||
| + | hg clone https:// | ||
| + | |||
| + | # Finally build and install | ||
| + | cd pygame | ||
| + | python3 setup.py build | ||
| + | sudo python3 setup.py install | ||
| + | </ | ||
| + | |||
| + | ==== UC NEC ==== | ||
| + | |||
| + | Logiciel installés : | ||
| + | * 3D / Graphisme : | ||
| + | * Gimp 2.8 (paquet : gimp) | ||
| + | * Blender 2.76.0 (paquet : blender) | ||
| + | * openscad 2012.05.26 (paquet : openscad) | ||
| + | * sweethome3D (paquet : sweethome3d ) | ||
| + | * Éditeur de texte avancé / IDE : | ||
| + | * Geany 1.22 (paquet : geany) | ||
| + | * Vim 7.3.547 (paquet : vim) | ||
| + | * Scratch 1.4 (paquet : scratch) | ||
| + | * Logisim 2.7.1 (paquet : logisim) | ||
| + | * Interpréteurs/ | ||
| + | * Python 3.2 (paquet : python3.2) | ||
| + | * GCC (paquet : build-essential) | ||
| + | * openjdk (paquet : openjdk-7-jdk) | ||
| + | * Arduino (installé dans / | ||
| + | * Processing (à la main dans / | ||
| + | * Jeux : | ||
| + | * Tremulous (via binaire site officiel) | ||
| + | * Openarena | ||
| + | * Autre : | ||
| + | * evince v3.4 (lecteur PDF) (paquet : evince) | ||
| + | * git 1.7.10.4 | ||
| + | * openssh-server | ||
| + | * flash player 11.2.202.411 | ||
| + | * extension d' | ||
| + | * adblock | ||
| + | * Firefox OS Simulator 4.0.2 | ||
| + | * firebug et firecookies | ||
| + | |||
| + | ==== PC portable Toshiba Satellite ==== | ||
| + | |||
| + | Logiciel installés : | ||
| + | * 3D / Graphisme : | ||
| + | * Gimp 2.8 (paquet : gimp) | ||
| + | * Blender 2.76.0 (paquet : blender) | ||
| + | * openscad 2012.05.26 (paquet : openscad) | ||
| + | * sweethome3D (paquet : sweethome3d ) | ||
| + | * Éditeur de texte avancé / IDE : | ||
| + | * Geany 1.22 (paquet : geany) | ||
| + | * Vim 7.3.547 (paquet : vim) | ||
| + | * Scratch 1.4 (paquet : scratch) | ||
| + | * Logisim 2.7.1 (paquet : logisim) | ||
| + | * Interpréteurs/ | ||
| + | * Python 3.2 (paquet : python3.2) | ||
| + | * GCC (paquet : build-essential) | ||
| + | * openjdk (paquet : openjdk-7-jdk) | ||
| + | * Arduino (installé dans / | ||
| + | * Processing (à la main dans / | ||
| + | * Jeux : | ||
| + | * Tremulous (via binaire site officiel) | ||
| + | * Openarena | ||
| + | * Autre : | ||
| + | * evince v3.4 (lecteur PDF) (paquet : evince) | ||
| + | * git 1.7.10.4 | ||
| + | * openssh-server | ||
| + | * flash player 11.2.202.411 | ||
| + | * extension d' | ||
| + | * adblock | ||
| + | * Firefox OS Simulator 4.0.2 | ||
| + | * firebug et firecookies | ||
| + | |||
| + | === Problème de clavier et touchpad === | ||
| + | Ajouter aux options du grub dans **/ | ||
| + | GRUB_CMDLINE_LINUX_DEFAULT=" | ||
