Différences entre versions de « Pi-WiringPi-Installation »
(Page créée avec « {{Pi-WiringPi-NAV}} {{Pi-WiringPi-TRAILER}} ») |
|||
| 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}} | ||
Version du 6 septembre 2013 à 11:20
Téléchargement et installation
sudo apt-get install git-core
If you get any errors here, make sure your Pi is up to date with the latest versions of Raspbian:
sudo apt-get update sudo apt-get upgrade
To obtain WiringPi using GIT:
git clone git://git.drogon.net/wiringPi
If you have already used the clone operation for the first time, then
cd wiringPi git pull origin
Will fetch an updated version then you can re-run the build script below.
To build/install there is a new simplified script:
cd wiringPi ./build
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
Source: WiringPi.com. WiringPi est une libraire sous licence GPL écrite par Gordon Henderson. Crédit: wiringpi.com
Traduit de l'anglais par Meurisse D. pour MCHobby.be
Traduit avec l'accord de Gordon Henderson, créateur de wiringPi - Translated with authorization of Gordon Henderson, creator of wiringPi
Toute référence, mention ou extrait de cette traduction doit être explicitement accompagné du texte suivant : « Traduction par MCHobby (www.MCHobby.be) - Vente de kit et composants » avec un lien vers la source (donc cette page) et ce quelque soit le média utilisé.
L'utilisation commercial de la traduction (texte) et/ou réalisation, même partielle, pourrait être soumis à redevance. Dans tous les cas de figures, vous devez également obtenir l'accord du(des) détenteur initial des droits. Celui de MC Hobby s'arrêtant au travail de traduction proprement dit.
