Pārlūkot izejas kodu

Updated gpio program to fix some minor issues.

Added top-level build script for lazy building.
pull/22/head
Gordon Henderson pirms 12 gadiem
vecāks
revīzija
c433519cf1
1 mainītis faili ar 28 papildinājumiem un 0 dzēšanām
  1. +28
    -0
      build

+ 28
- 0
build Parādīt failu

@@ -0,0 +1,28 @@
#!/bin/bash

if [ x$1 = "xclean" ]; then
echo Cleaning
echo
cd wiringPi
make clean
cd ../gpio
make clean
cd ../examples
make clean
cd ..
else
echo wiringPi Build script - please wait...
echo
cd wiringPi
make
sudo make install
cd ../gpio
make
sudo make install
cd ../examples
make
cd ..
fi

echo
echo All Done.

Notiek ielāde…
Atcelt
Saglabāt