Modifications

Sauter à la navigation Sauter à la recherche
1 163 octets ajoutés ,  6 septembre 2013 à 11:20
aucun résumé de modification
Ligne 1 : Ligne 1 :  
{{Pi-WiringPi-NAV}}
 
{{Pi-WiringPi-NAV}}
    +
== Téléchargement et installation ==
 +
{{bloc-étroit|text=WiringPi is maintained under GIT for ease of change tracking, however there is a Plan B if you’re unable to use GIT for whatever reasons (usually your firewall will be blocking you, so do check that first!)
 +
 +
If you do not have GIT installed, then under any of the Debian releases (e.g. Raspbian), you can install it with:}}
 +
 +
<nowiki>sudo apt-get install git-core</nowiki>
 +
 +
If you get any errors here, make sure your Pi is up to date with the latest versions of Raspbian:
 +
 +
<nowiki>sudo apt-get update
 +
sudo apt-get upgrade</nowiki>
 +
 +
To obtain WiringPi using GIT:
 +
 +
<nowiki>git clone git://git.drogon.net/wiringPi</nowiki>
 +
 +
If you have already used the clone operation for the first time, then
 +
 +
<nowiki>cd wiringPi
 +
git pull origin</nowiki>
 +
 +
Will fetch an updated version then you can re-run the build script below.
 +
 +
To build/install there is a new simplified script:
 +
 +
<nowiki>cd wiringPi
 +
./build</nowiki>
 +
 +
The new build script will compile and install it all for you – it does use the sudo command at one point, so you may wish to inspect the script before running it.
 +
 +
== Plan B ==
 +
 +
{{traduction}}
 
{{Pi-WiringPi-TRAILER}}
 
{{Pi-WiringPi-TRAILER}}
29 917

modifications

Menu de navigation