Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
heuzef
/
WiringPi
peilaus alkaen
https://github.com/WiringPi/WiringPi.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
9
Wiki
Toiminta
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94
Commitit
10
Branchit
50 MiB
Puu:
d79506694d
bugfix
cmake
deb-packaging
develop
docu
example
master
pcie
ubuntu
unittest
3.10
3.8
3.6
3.4
3.2
3.1
3.0
2.61-1
final_official_2.50
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from 'd79506694d'
${ noResults }
WiringPi
/
debian-template
/
wiringPi
/
DEBIAN
/
postinst
postinst
98 B
Raaka
Normaali näkymä
Historia
OK, so an easier way to manage versions. Debian package creation - crude, probably violated the Debian policys but it seems to work just fine... some other changes.
9 vuotta sitten
1
2
3
4
5
#!/bin/sh
set -e
/bin/chown root.root /usr/bin/gpio
/bin/chmod 4755 /usr/bin/gpio
/sbin/ldconfig