Modifications

Sauter à la navigation Sauter à la recherche
230 octets ajoutés ,  22 septembre 2014 à 17:59
Ligne 18 : Ligne 18 :     
== Installation ==
 
== Installation ==
Unfortunately xstroke hasn't been actively maintained for a few years so there isn't a binary package you can directly install. However compiling the tool is straightforward and easy with the steps below. Credit for these installation steps goes to [http://ozzmaker.com/2014/06/17/raspberry-pi-with-stroke-and-gesture-recognition/ mwilliams03 at ozzmaker.com].
+
XStrobe n'a pas été activement maintenu ces dernières années et il n'existe pas de paquets binaires à installer directement. Il est cependant très facile de compiler cet outil en suivant les instructions ci-dessous. Crédit à [http://ozzmaker.com/2014/06/17/raspberry-pi-with-stroke-and-gesture-recognition/ mwilliams03 (arobase) ozzmaker.com] pour ces instructions d'installation.
   −
First install a few dependencies by opening a command window on the Pi and executing:  
+
Pour commencer, il faut installer les quelques dépendances nécessaire en entrant les commandes suivantes sur un terminal de votre Pi:  
    
  sudo apt-get -y install build-essential libxft-dev libxpm-dev libxtst-dev
 
  sudo apt-get -y install build-essential libxft-dev libxpm-dev libxtst-dev
   −
Now download, compile, and install xstroke by executing:  
+
Maintenant, il faut télécharger et compiler xstrobe avec les instructions suivantes:  
    
  <nowiki>cd ~
 
  <nowiki>cd ~
Ligne 34 : Ligne 34 :  
sudo make install</nowiki>
 
sudo make install</nowiki>
   −
If the commands above execute successfully xstroke should be installed. If you see an error message, carefully check the dependencies above were installed and try again.
+
Si les commandes ci-dessus fonctionnent correctement alors xstrobe devrait être installé sur votre Pi. Si vous constatez un message d'erreur alors faites une vérification attentive afin de vérifier l'installation des dépendances et essayez encore.
   −
Once xstroke is installed you will want to add a couple menu shortcuts to start and stop xstroke. Execute the following commands to install these shortcuts:  
+
Une fois xstroke installé, vous aurez besoin d'ajouter des entrées dans le menu pour démarrer et arrêter xstrobe. Exécutez les commandes suivantes pour installer ces raccourcis dans le menu:  
    
  <nowiki>wget https://github.com/adafruit/PiTFT_Extras/raw/master/xstroke.desktop
 
  <nowiki>wget https://github.com/adafruit/PiTFT_Extras/raw/master/xstroke.desktop
29 917

modifications

Menu de navigation